Fixed escaping in snippets (HTML and brackets)
Change-Id: I51b4b44998e6bfb0750e716c82d57ea5a820c741
diff --git a/Changes b/Changes
index 6bbcacf..e643469 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.55.6 2016-06-29
+0.55.6 2016-07-27
- [bugfix] distance with key "t" uses default foundry (diewald)
- [cleanup] Renamed fromJson() to fromKoral() (diewald)
- [cleanup] Removed deprecated methods in Krill:
@@ -13,6 +13,7 @@
- [feature] Added document method to Web-API (diewald)
- [feature] Added experimental KrillStats class (diewald)
- [bugfix] Escape quotes in JSON strings (diewald)
+ - [bugfix] Escape XML and Brackets in snippets correctly (diewald)
0.55.5 2016-05-02
- [performance] Changed to a dynamic window for sorting in FocusSpans (margaretha)