Fixed error passing to responses

Change-Id: I32f4a0cf1523c35ab22880670dfbc57d9068bbac
diff --git a/Changes b/Changes
index e6ecae1..c503c38 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.55.6 2016-08-03
+0.55.6 2016-08-05
         - [bugfix] distance with key "t" uses default foundry (diewald)
 	- [cleanup] Renamed fromJson() to fromKoral() (diewald)
 	- [cleanup] Removed deprecated methods in Krill:
@@ -16,6 +16,7 @@
 	- [bugfix] Escape XML and Brackets in snippets correctly (diewald)
 	- [feature] Differ between matching scope and match highlighting,
 	  in case the match was extended to the sentence scope (diewald)
+	- [bugfix] KoralQuery bugs are now correctly moved to responses (diewald)
 
 0.55.5 2016-05-02
 	- [performance] Changed to a dynamic window for sorting in FocusSpans (margaretha)