summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-06-23 18:16:34 +0300
committerLauri Ojansivu <x@xet7.org>2017-06-23 18:16:34 +0300
commit9d74a76ca22bdbb2b703a34f7546bce2097a0583 (patch)
treed847f9ee30373727e2177670bc89ea9918be054d /CHANGELOG.md
parenta8c578ac3520f9326ca1bbe8087daa3e47ef9e03 (diff)
downloadwekan-9d74a76ca22bdbb2b703a34f7546bce2097a0583.tar.gz
wekan-9d74a76ca22bdbb2b703a34f7546bce2097a0583.tar.bz2
wekan-9d74a76ca22bdbb2b703a34f7546bce2097a0583.zip
Remove git submodules, so that git clone of Wekan repo works now on Windows. Closes #977
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f092afc..196d9e11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,8 @@ This release fixes the following bugs:
* [Fix importing Trello board: Attribute correct members to their
comments](https://github.com/wekan/wekan/pull/1080);
* [Fix Case-sensitive email handling](https://github.com/wekan/wekan/issues/675);
-* [Use fibers 1.0.15 because 2.0.0 is broken](https://github.com/wekan/wekan/commit/86e2744c24149c0eacf725b68a186d0bcfae5100).
+* [Use fibers 1.0.15 because 2.0.0 is broken](https://github.com/wekan/wekan/commit/86e2744c24149c0eacf725b68a186d0bcfae5100);
+* [Remove git submodules, so that git clone of Wekan repo works now on Windows](https://github.com/wekan/wekan/issues/977).
Thanks to GitHub users GhassenRjab, nztqa and xet7 for their contributions.