Improved documentation on new features

Change-Id: I8dc3a72f222048d6a934292421a852fa650065ce
diff --git a/Changes b/Changes
index d064d40..9774d6f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 0.30 2017-06-19
         - Fixed permission handling in test suite.
-        - Added preliminary DCK support.
+        - Added preliminary CMC support.
 
 0.29 2017-04-23
         - support --to-tar flag.
diff --git a/lib/KorAP/XML/Krill.pm b/lib/KorAP/XML/Krill.pm
index 3c750a0..7bccbd8 100644
--- a/lib/KorAP/XML/Krill.pm
+++ b/lib/KorAP/XML/Krill.pm
@@ -16,7 +16,7 @@
 use Data::Dumper;
 use File::Spec::Functions qw/catdir catfile catpath splitdir splitpath rel2abs/;
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 
 has 'path';
 has [qw/text_sigle doc_sigle corpus_sigle/];
diff --git a/script/korapxml2krill b/script/korapxml2krill
index 7a7b8f7..b183815 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -113,9 +113,12 @@
 # - support serial processing
 # - support input root
 # - introduced --sequential-extraction flag
+#
+# 2017/06/19
+# - added support for DCK
 # ----------------------------------------------------------
 
-our $LAST_CHANGE = '2017/04/12';
+our $LAST_CHANGE = '2017/06/19';
 our $LOCAL = $FindBin::Bin;
 our $VERSION_MSG = <<"VERSION";
 Version $KorAP::XML::Krill::VERSION - diewald\@ids-mannheim.de - $LAST_CHANGE
@@ -422,6 +425,8 @@
 push(@layers, ['CoreNLP', 'Morpho']);
 push(@layers, ['CoreNLP', 'Constituency']);
 
+# CMC
+push(@layers, ['CMC', 'Morpho']);
 
 # DeReKo
 my @dereko_attr = ();
@@ -1319,6 +1324,9 @@
     #NamedEntities
     #Sentences
 
+  CMC
+    #Morpho
+
   DeReKo
     #Structure