From 9b43dd4faec6eded110521896e03f851dc387b6e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 14 Sep 2018 16:02:20 +0300 Subject: [PATCH] - Allow Announcement to be markdown. Note: xet7 did not yet figure out how to keep announcement on one line when markdown was added, so now Font Awesome icons are above and below. Thanks to xet7 ! Closes #1892 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4dfe337..99b9f4f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ This release adds the following new features: -- [Upgrade MongoDB to 3.2.21](https://github.com/wekan/wekan/commit/0cb3aee803781e4241c38a3e1e700703d063035a). -- [Add source-map-support](https://github.com/wekan/wekan/issues/1889). +- [Upgrade MongoDB to 3.2.21](https://github.com/wekan/wekan/commit/0cb3aee803781e4241c38a3e1e700703d063035a); +- [Add source-map-support](https://github.com/wekan/wekan/issues/1889); +- [Allow Announcement to be markdown](https://github.com/wekan/wekan/issues/1892). + Note: xet7 did not yet figure out how to keep announcement on one line + when markdown was added, so now Font Awesome icons are above and below. and fixes the following bugs: