Update changes

Change-Id: Ia2c113320ced2de78f7cbef2b46bac1c63a48eb5
diff --git a/Changes b/Changes
index 4ee4684..ee6f822 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.28 2018-08-28
+0.28 2018-08-29
         - Introduced Widget based plugin system.
         - Added corpus statistics to VC (hebasta, #25).
         - Introduce center alignment (#63).
@@ -6,6 +6,8 @@
           to flexbox style (#31).
         - Added doc group reference to VC builder (#62).
         - Show VC name, when a reference is defined.
+        - Make close in match view to minimize.
+        - Add minimize button to VC.
 
 0.27 2018-07-23
         - Introduced content blocks to create
diff --git a/dev/demo/vcdemo.js b/dev/demo/vcdemo.js
index a302fda..87a2c74 100644
--- a/dev/demo/vcdemo.js
+++ b/dev/demo/vcdemo.js
@@ -131,6 +131,8 @@
 
     document.getElementById('vc-view').appendChild(vc.element());
 
+    vc.open();
+
     // show the current JSON serialization
     KorAP.showJSON = function () {
       var json = document.getElementById("json");