Support comparison of integer values
Change-Id: I5b8718165579a4606b3beb1635ea71eb5d2619f9
diff --git a/Changes b/Changes
index e101056..d0bac00 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,10 @@
-0.63.3 2024-11-04
+0.63.3 2024-12-15
- [performance] Improve short circuit on count=0 and
cutoff=true (diewald)
- [feature] Make defaultSearchContextLength and maxCharContextSize
- customizable (margaretha)
+ customizable (margaretha)
+ - [feature] Support comparison of integer values
+ (diewald & kupietz)
0.63.2 2024-08-02
- [bugfix] Fix empty DocIdSetIterator (margaretha)