浏览代码

Separate platforms and new features

Lauri Ojansivu 8 年之前
父节点
当前提交
fd9357a495
共有 1 个文件被更改,包括 11 次插入8 次删除
  1. 11 8
      CHANGELOG.md

+ 11 - 8
CHANGELOG.md

@@ -1,22 +1,25 @@
 # Upcoming Wekan release
 # Upcoming Wekan release
 
 
-This release adds following new features:
+This release adds the following supported platforms:
 
 
-* Make Due Date layout nicer on minicard;
-* Added tooltip for board menu and sidebar buttons.
+* [Docker environment for Wekan development](https://github.com/wekan/wekan-dev);
 * [Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only
 * [Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only
   mirroring](https://github.com/wekan/wekan-postgresql)
   mirroring](https://github.com/wekan/wekan-postgresql)
   for SQL access with any programming language
   for SQL access with any programming language
   or Office package that has PostgreSQL support, like
   or Office package that has PostgreSQL support, like
   newest LibreOffice 3.5;
   newest LibreOffice 3.5;
-* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup);
-* [Daily export of Wekan changes as JSON to Logstash and
-  ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash);
-* [Wekan stats](https://github.com/wekan/wekan-stats);
-* [Docker environment for Wekan development](https://github.com/wekan/wekan-dev);
 * [Install from source on
 * [Install from source on
   Windows](https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows).
   Windows](https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows).
 
 
+and adds the following new features:
+
+* Make Due Date layout nicer on minicard;
+* Added tooltip for board menu and sidebar buttons;
+* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup);
+* [Daily export script of Wekan changes as JSON to Logstash and
+  ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash);
+* [Wekan stats script](https://github.com/wekan/wekan-stats).
+
 and fixes the following bugs:
 and fixes the following bugs:
 
 
 * Dockerfile was missing EXPOSE $PORT;
 * Dockerfile was missing EXPOSE $PORT;