Updated changelog

This commit is contained in:
Benoit Blanchon
2014-07-04 14:42:57 +02:00
parent 50b2a1b4a7
commit 477c9c2c6e

View File

@ -1,10 +1,14 @@
Arduino JSON: change log
========================
Arduino JSON library: change log
================================
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
----