summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorErik Turk <erik.turk@ontera.ca>2018-02-08 13:04:43 -0500
committerErik Turk <erik.turk@ontera.ca>2018-02-08 13:04:43 -0500
commit69aeee536d03b7674ec79daa76c60c1cc7230fc7 (patch)
tree9a4fbc76237595433a2befa07ae57e811a5e0493 /CHANGELOG.md
parent0a5af2b719fc2a559a92b2173681df697d3f9158 (diff)
parentab6a7c2dd6b5e3b81feed3c5201aa5f5461ce8e3 (diff)
downloadwekan-69aeee536d03b7674ec79daa76c60c1cc7230fc7.tar.gz
wekan-69aeee536d03b7674ec79daa76c60c1cc7230fc7.tar.bz2
wekan-69aeee536d03b7674ec79daa76c60c1cc7230fc7.zip
Merge branch 'devel' into copyMany
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a181d45e..fcf20b77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,26 @@
+# v0.73 2018-02-08 Wekan release
+
+This release fixes the following bugs:
+
+- [Fix Ubuntu snap build](https://github.com/wekan/wekan/pull/1469).
+
+Thanks to GitHub user kubiko for contributions.
+
+# v0.72 2018-02-07 Wekan release
+
+This release fixes the following bugs:
+
+- [Fix card sorting](https://github.com/wekan/wekan/pull/1465);
+- [Fix import Trello board without swimlanes](https://github.com/wekan/wekan/commit/5871a478e1280818f12fcb7250b7cbccf6907cf0);
+- [Fix swimlane move parameters](https://github.com/wekan/wekan/commit/fcebb2a5373d6dea41b98b530c176cbee31bee4b).
+
+Thanks to GitHub users andresmanelli and ViViDboarder for their contributions.
+
# v0.71 2018-02-03 Wekan release
This release fixes the following bugs:
-- [Fix Welcome board is not editable: Added default swimlane to Welcome board](https://github.com/wekan/wekan/commit/9df3e3d26bffb2268cdcc7fa768eda60e4f0975c).
+- [Fix Welcome board is not editable: Added default swimlane to Welcome board](https://github.com/wekan/wekan/commit/9df3e3d26bffb2268cdcc7fa768eda60e4f0975c);
- [Fix Import Wekan board with swimlanes](https://github.com/wekan/wekan/commit/ec0a8449ba98aea708e484d386e5a209e2be8fff).
Thanks to GitHub user andresmanelli for contributions.