Updated the change log. Closes #1210 and closes #1314.

This commit is contained in:
Benoit Blanchon
2020-07-26 16:09:03 +02:00
parent d6c50c3596
commit 144ff3b06e

View File

@ -8,6 +8,7 @@ HEAD
* Added string deduplication (issue #1303)
* Fixed `copyArray()` not working with `String`, `ElementProxy`, and `MemberProxy`
* Fixed error `getOrAddElement is not a member of ElementProxy` (issue #1311)
* Fixed excessive stack usage when compiled with `-Og` (issues #1210 and #1314)
v6.15.2 (2020-05-15)
-------