Added BasicJsonDocument to support custom allocator (issue #876)

This commit is contained in:
Benoit Blanchon
2019-03-17 21:48:10 +01:00
parent 576543c4b4
commit dee8c8e242
6 changed files with 149 additions and 52 deletions

View File

@@ -8,6 +8,7 @@ HEAD
* Added overflow handling in `JsonVariant::as<T>()` and `JsonVariant::is<T>()`.
- `as<T>()` returns `0` if the integer `T` overflows
- `is<T>()` returns `false` if the integer `T` overflows
* Added `BasicJsonDocument` to support custom allocator (issue #876)
v6.9.1 (2019-03-01)
------