Increased the default capacity of DynamicJsonDocument

This commit is contained in:
Benoit Blanchon
2018-10-08 18:32:58 +02:00
parent 39e5660c4a
commit 5dc7dc1216
3 changed files with 12 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ HEAD
* Allow mixed configuration in compilation units (issue #809)
* Fixed object keys not being duplicated
* `JsonPair::key()` now returns a `JsonKey`
* Increased the default capacity of `DynamicJsonDocument`
v6.4.0-beta (2018-09-11)
-----------