Introduced unspecified vc doc type and added 'ne' matchop to dates

Change-Id: I6f2cbfd0671ea896d10b65b4162dd5f130fe5b3b
diff --git a/Changes b/Changes
index a632a27..f1c0ddc 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.26 2018-03-19
+0.26 2018-04-06
         - Added meta data view.
         - Attach reference line to match bottom.
         - Separate match views and integrate relation menu
@@ -12,6 +12,11 @@
         - Protect login for csrf attacks.
         - Remember app state after login (issue #20).
         - Fixed DRuKoLA annotation assistant data.
+        - Fixed server error reporting.
+        - Introduced text type in VC creation.
+        - Removed "contains" and "containsnot" from
+          string type.
+        - Added "ne" operation to date meta type.
 
 0.25 2018-01-31
         - Make annotation helper configurable.