summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-11-21 13:26:55 +0200
committerLauri Ojansivu <x@xet7.org>2017-11-21 13:26:55 +0200
commit0c5d6c2ade2254cd479697165b6fe4dae9a80e23 (patch)
treefb400b1a59c11a874f2b46112b1da7ff32c4a758
parent00737fa01521a801de9fdbb72f501f191b0d3a35 (diff)
downloadwekan-0c5d6c2ade2254cd479697165b6fe4dae9a80e23.tar.gz
wekan-0c5d6c2ade2254cd479697165b6fe4dae9a80e23.tar.bz2
wekan-0c5d6c2ade2254cd479697165b6fe4dae9a80e23.zip
Try to fix markdown. Is there bug at GitHub? It did combine bullet points to same line.
-rw-r--r--CHANGELOG.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3d33174..d7db18a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,15 +2,19 @@
This release adds the following new features:
-- [Copy/Move cards to other board in Standalone Wekan](https://github.com/wekan/wekan/pull/1330);
-- [Spent time/Overtime on card](https://github.com/wekan/wekan/pull/1344);
-- New translation: Greek.
+* [Copy/Move cards to other board in Standalone Wekan](https://github.com/wekan/wekan/pull/1330);
+
+* [Spent time/Overtime on card](https://github.com/wekan/wekan/pull/1344);
+
+* New translation: Greek.
and fixes the following bugs:
-- [Board list with long-description boards not visible](https://github.com/wekan/wekan/pull/1346);
-- [Remove erroneous minicard title whitespace](https://github.com/wekan/wekan/pull/1347);
-- [Card details: fix title editing with shift key](https://github.com/wekan/wekan/pull/1348).
+* [Board list with long-description boards not visible](https://github.com/wekan/wekan/pull/1346);
+
+* [Remove erroneous minicard title whitespace](https://github.com/wekan/wekan/pull/1347)
+
+* [Card details: fix title editing with shift key](https://github.com/wekan/wekan/pull/1348).
Thanks to GitHub users couscous3, GhassenRjab, thuanpq and xet7 for their contributions.