소스 검색

Fix bug: No need for Array.prototype if using rest operator. Thanks to vuxor !

Lauri Ojansivu 8 년 전
부모
커밋
0472b98aa4
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      CHANGELOG.md

+ 13 - 0
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
 # v0.16 2017-03-15 Wekan release
 
 
 Added missing changelog updates.
 Added missing changelog updates.