summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-06-28 11:13:39 +0300
committerLauri Ojansivu <x@xet7.org>2017-06-28 11:13:39 +0300
commitf682de9690d0485586cf240009835611822cc69a (patch)
treeb60ebe0a096ca8fd1125bd65def0d215b1b98afc /CHANGELOG.md
parent5854805bdc93c9a97068e140516e90b4120c7001 (diff)
downloadwekan-f682de9690d0485586cf240009835611822cc69a.tar.gz
wekan-f682de9690d0485586cf240009835611822cc69a.tar.bz2
wekan-f682de9690d0485586cf240009835611822cc69a.zip
Fix duplicate id generation. Thanks to nztqa ! Closes #1090
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 e8602046..1dc87821 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,8 @@ This release adds the following new features:
and fixes the following bugs:
* [Fix incorrect attachment link with subfolder in the url](https://github.com/wekan/wekan/pull/1086);
-* [Fix link to card](https://github.com/wekan/wekan/pull/1087).
+* [Fix link to card](https://github.com/wekan/wekan/pull/1087);
+* [Fix duplicate id generation](https://github.com/wekan/wekan/pull/1093).
Thanks to GitHub users kubiko and nztqa for their contributions.