Removed duplication when one replaces a value in a (PR #232 by @ulion)

This commit is contained in:
ulion
2016-02-23 21:27:52 +01:00
committed by Benoit Blanchon
parent 6ab23bd523
commit b47a3b566a
3 changed files with 35 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Removed `String` duplication when one replaces a value in a `JsonObject` (PR #232 by @ulion)
v5.1.0
------