Changed ::String to ArduinoJson::String (issue #275)

This commit is contained in:
Benoit Blanchon
2016-05-06 08:44:31 +02:00
parent 78728c6547
commit c5d19a4dbd
15 changed files with 41 additions and 18 deletions

View File

@@ -1,6 +1,12 @@
ArduinoJson: change log
=======================
HEAD
----
* Changed `::String` to `ArduinoJson::String` (issue #275)
* Changed `::Print` to `ArduinoJson::Print` too
v5.3.0
------