Turn recursive call into loop to avoid stack overflow error (fixes #121)

Change-Id: I889a8eb7b02f76c46ce53afd7a81b2473dfee2c4
diff --git a/Changes b/Changes
index 0a56705..56eb739 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,9 @@
       (diewald; AI-assisted Claude Opus 4.6)
     - [bugfix] Support regular expressions in attribute queries
       (fixes #80; diewald; AI-assisted Claude Opus 4.6)
+    - [bugfix] Fix StackOverflowError in ExpandedSpans by turning
+      a recursive call into a loop
+      (fixes #121; diewald; AI-assisted Claude Opus 4.6)
 
 0.64.6 2026-03-09
     - [performance] Add leaf cache. (diewald)