Remove ByteBuffer in favor of KorapByte in MatchModifyClassSpans
diff --git a/Changes b/Changes
index edeae96..9f310c4 100644
--- a/Changes
+++ b/Changes
@@ -7,7 +7,8 @@
         - [feature] Presorting of element terms in the index for coherent
 	  SpanQuery sorting; Removed buffering of element candidates (diewald)
 	  Warning: This is a breaking change!
-	- [performance] Payloads in ElementSpans can now be lazily loaded (diewald)
+	- [performance] Payloads in ElementSpans can now be lazily loaded,
+	  MatchModifyClassSpans no longer rely on payload copies (diewald)
 	- [cleanup] Renamed /filter to /collection, 
 	  merge KorapHTML and KorapString,
 	  removed KorapSpan, KorapTermSpan and KorapLongSpan (diewald)