Add memory limit (close #267, AI assisted)

Change-Id: Iff996ab4b2de8de9084b996b229c7db6931fe8a7
diff --git a/Changes b/Changes
index a5366f3..39d19c0 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.65.2 2026-07-08
+    - Add memory limit (#267, margaretha, AI assisted) 
+
+
 0.65.1 2026-06-16
     - [feature] Prevent indexation of documents without
       a token stream (diewald; AI-assisted Claude Opus 4.6)
@@ -37,6 +41,8 @@
     - [bugfix] Fix negation in segment queries following De Morgan's law
       (diewald; fixes #93; diewald; AI-assisted Claude Opus 4.6)
 
+
+
 0.64.6 2026-03-09
     - [performance] Add leaf cache. (diewald)
     - [bugfix] Fix fingerprinter (wasn't threadsafe; diewald)