Make defaultSearchContextLength and maxCharContextSize customizable.
Change-Id: I24a35e0ffa0b7904e3e8df38d87015bcb831d43e
diff --git a/Changes b/Changes
index e72713d..e101056 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
-0.63.3 2024-09-24
+0.63.3 2024-11-04
- [performance] Improve short circuit on count=0 and
cutoff=true (diewald)
+ - [feature] Make defaultSearchContextLength and maxCharContextSize
+ customizable (margaretha)
0.63.2 2024-08-02
- [bugfix] Fix empty DocIdSetIterator (margaretha)