Added measureJson() to the ArduinoJson namespace (fixes #1069)

This commit is contained in:
Simon Arlott
2019-08-10 11:11:21 +02:00
committed by Benoit Blanchon
parent a6f029ded0
commit 61a4195ed4
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Added `measureJson()` to the `ArduinoJson` namespace (PR #1069 by @nomis)
v6.11.3 (2019-07-22)
-------