mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 18:57:32 +02:00
Updated changelog
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,10 +1,14 @@
|
|||||||
Arduino JSON: change log
|
Arduino JSON library: change log
|
||||||
========================
|
================================
|
||||||
|
|
||||||
v2.0
|
v2.0
|
||||||
----
|
----
|
||||||
|
|
||||||
* Added JSON encoding
|
* Added JSON encoding.
|
||||||
|
|
||||||
|
**Breaking change**: you need to add the following line at the top of your program.
|
||||||
|
|
||||||
|
using namespace ArduinoJson::Parser;
|
||||||
|
|
||||||
v1.2
|
v1.2
|
||||||
----
|
----
|
||||||
|
Reference in New Issue
Block a user