Set version to 5.7.3

This commit is contained in:
Benoit Blanchon
2016-12-10 16:00:52 +01:00
parent 432476c98a
commit 45bbf6db86
4 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
ArduinoJson: change log
=======================
HEAD
----
v5.7.3
------
* Added an `printTo(char[N])` and `prettyPrintTo(char[N])` (issue #292)
* Added ability to set a nested value like this: `root["A"]["B"] = "C"` (issue #352)