forked from bblanchon/ArduinoJson
Fix a typo in the changelog
This commit is contained in:
@ -9,7 +9,7 @@ HEAD
|
|||||||
* Add abstract `Allocator` class
|
* Add abstract `Allocator` class
|
||||||
* Merge `DynamicJsonDocument` with `JsonDocument`
|
* Merge `DynamicJsonDocument` with `JsonDocument`
|
||||||
* Remove `JSON_ARRAY_SIZE()`, `JSON_OBJECT_SIZE()`, and `JSON_STRING_SIZE()`
|
* Remove `JSON_ARRAY_SIZE()`, `JSON_OBJECT_SIZE()`, and `JSON_STRING_SIZE()`
|
||||||
* Remove `ARDUINOJSON_ENABLE_STRING_DEDUPLICATION` (string deduplication cannot be enabled anymore)
|
* Remove `ARDUINOJSON_ENABLE_STRING_DEDUPLICATION` (string deduplication cannot be disabled anymore)
|
||||||
* Remove `JsonDocument::capacity()`
|
* Remove `JsonDocument::capacity()`
|
||||||
* Store the strings in the heap
|
* Store the strings in the heap
|
||||||
* Reference-count shared strings
|
* Reference-count shared strings
|
||||||
|
Reference in New Issue
Block a user