Fixed a sequence serialization issue with complex non-anchor operands
diff --git a/Changes b/Changes
index 9128122..813bb76 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+0.0.3 2017-07-25
+        - Finished separation of query preparation
+          for distribution.
+        - Introduced three levels for distribution:
+          - Cluster
+          - Node
+          - Segment
+        - Introduced support for sequences.
+        - Introduced concepts for sorting.
+
 0.0.2 2017-01-19
         - Improved negation for documents.
         - Renamed collections to results.
@@ -8,9 +18,9 @@
         - Added preliminary support for virtual corpus filtering.
 
 0.0.1 2016-12-05
-        Krawfish is a simple testbed search backend for KorAP,
-        to test some design concepts for Krill
-        (especially queries, query deserialization, Web API)
+        Krawfish is a testbed search backend for KorAP,
+        to implement design concepts for Kanalito and Krill
+        (especially distribution, queries, query optimization, Web API)
         and some alternative features, like multiple tokenizations.
         Krawfish is based on Krill and therefore heavily inspired by
         Lucene and Lucy.
@@ -19,7 +29,7 @@
         - KoralQuery wrapping of
           - Corpus Queries
             - Fields
-            - fieldGroups
+            - FieldGroups
           - Span Queries
             - Classes
             - Constraints