summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-06 01:05:15 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-06 01:05:15 +0200
commitd71543beb639df3e0bf0d75cd75447f59d9da938 (patch)
treea49f251ede398d3b88c053ea268f1bfdadf1c5cc
parent5a9837f676996e6029af1cddba899625097acda8 (diff)
downloadwekan-d71543beb639df3e0bf0d75cd75447f59d9da938.tar.gz
wekan-d71543beb639df3e0bf0d75cd75447f59d9da938.tar.bz2
wekan-d71543beb639df3e0bf0d75cd75447f59d9da938.zip
- [Fix card deletion from archive](https://github.com/wekan/wekan/commit/77754cf32f28498e550a46325d90eb41f08f8552).
- [Fix card move with wrong swimlaneId](https://github.com/wekan/wekan/commit/1bef3a3f8ff4eac43bf97cc8b86d85e618b0e2ef). NOTE: This does not yet fix card move with Custom Field, it will be fixed later. Thanks to andresmanelli ! Closes wekan/wekan-snap#83, closes #2224, closes #2230, related #2233
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5693aca2..8cb3a105 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,14 @@
# Upcoming Wekan release
-This release adds the following new features:
+This release adds the following new features, thanks to TechnoTaff:
- [Added a Helm Chart to the project](https://github.com/wekan/wekan/pull/2227).
- Thanks to TechnoTaff.
+
+and fixes the following bugs, thanks to andresmanelli:
+
+- [Fix card deletion from archive](https://github.com/wekan/wekan/commit/77754cf32f28498e550a46325d90eb41f08f8552).
+- [Fix card move with wrong swimlaneId](https://github.com/wekan/wekan/commit/1bef3a3f8ff4eac43bf97cc8b86d85e618b0e2ef).
+ NOTE: This does not yet fix card move with Custom Field, it will be fixed later.
Thanks to above GitHub users for their contributions.