Added note regarding zero assertion

Change-Id: Ia28401b7a12298bba7bac665009b7f527efa541d
diff --git a/Changes b/Changes
index c0dd87a..db856cd 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.55.6 2016-08-06
+0.55.6 2016-08-10
         - [bugfix] distance with key "t" uses default foundry (diewald)
 	- [cleanup] Renamed fromJson() to fromKoral() (diewald)
 	- [cleanup] Removed deprecated methods in Krill:
@@ -18,6 +18,7 @@
 	  in case the match was extended to the sentence scope (diewald)
 	- [bugfix] KoralQuery bugs are now correctly moved to responses (diewald)
 	- [security] Do not mirror arbitrary JSON objects (diewald)
+  - [bugfix] Fixed zero-boundary repetition bug (diewald)
 
 0.55.5 2016-05-02
 	- [performance] Changed to a dynamic window for sorting in FocusSpans (margaretha)