Fixed MemberProxy::set(char[]) not duplicating the string (fixes #1191)

This commit is contained in:
Benoit Blanchon
2020-02-22 12:06:39 +01:00
parent 300323cfd7
commit af0edecddb
5 changed files with 27 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ HEAD
* Added example `JsonFilterExample.ino`
* Changed the array subscript operator to automatically add missing elements
* Fixed "deprecated-copy" warning on GCC 9 (fixes #1184)
* Fixed `MemberProxy::set(char[])` not duplicating the string (issue #1191)
v6.14.1 (2020-01-27)
-------