summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorErik Turk <erik.turk@ontera.ca>2018-02-08 13:03:37 -0500
committerErik Turk <erik.turk@ontera.ca>2018-02-08 13:03:37 -0500
commitab6a7c2dd6b5e3b81feed3c5201aa5f5461ce8e3 (patch)
tree14fd177b8bc4f014ea92036710fb697728f59b5c /CHANGELOG.md
parentbb9d5cb69466a78ecbcd832f596602f028ab644c (diff)
parentedc2459ff85106ce21465467a64f53ac721ce5b4 (diff)
downloadwekan-ab6a7c2dd6b5e3b81feed3c5201aa5f5461ce8e3.tar.gz
wekan-ab6a7c2dd6b5e3b81feed3c5201aa5f5461ce8e3.tar.bz2
wekan-ab6a7c2dd6b5e3b81feed3c5201aa5f5461ce8e3.zip
Merge branch 'devel' of https://github.com/wekan/wekan into devel
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.