summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <lauri.ojansivu@kehatieto.fi>2017-03-19 20:04:21 +0200
committerLauri Ojansivu <lauri.ojansivu@kehatieto.fi>2017-03-19 20:04:21 +0200
commit0472b98aa4e79186ae043b53474de111a1fb5a6f (patch)
tree14a3e7cea3f078548815319cf2f0908989ca160f
parent561448df64864e344620b32b3c407a0d41cedb94 (diff)
downloadwekan-0472b98aa4e79186ae043b53474de111a1fb5a6f.tar.gz
wekan-0472b98aa4e79186ae043b53474de111a1fb5a6f.tar.bz2
wekan-0472b98aa4e79186ae043b53474de111a1fb5a6f.zip
Fix bug: No need for Array.prototype if using rest operator. Thanks to vuxor !
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cbc8f25..cc21ca6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# Upcoming Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/785
+* https://github.com/wekan/wekan/issues/784
+
+This release fixes the following bug:
+
+* No need for Array.prototype if using rest operator
+
+Thanks to GitHub user vuxor for contributions.
+
# v0.16 2017-03-15 Wekan release
Added missing changelog updates.