Switched to the new library layout

This commit is contained in:
Benoit Blanchon
2015-05-31 14:31:41 +02:00
parent 0aded2a798
commit 283dffc035
6 changed files with 25 additions and 41 deletions

View File

@@ -5,7 +5,8 @@ v5.0 (currently under development)
----
* Added support of `String` class (issue #55, #56, #70, #77)
* Redesigned `JsonVariant` to leverage converting constructors instead of assignment operators.
* Redesigned `JsonVariant` to leverage converting constructors instead of assignment operators
* Switched to new library layout (requires Arduino 1.0.6 or above)
**BREAKING CHANGES**:
- `JsonObject::add()` was renamed to `set()`