Test capacity after calling BasicJsonDocument's copy assignment

This commit is contained in:
Benoit Blanchon
2021-12-16 14:28:30 +01:00
parent abdd9d81db
commit 3166356484
2 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,8 @@ HEAD
* Remove `DeserializationError == bool` and `DeserializationError != bool`
* Fix `JsonVariant::memoryUsage()` for raw strings
* Fix `call of overloaded 'swap(BasicJsonDocument&, BasicJsonDocument&)' is ambiguous` (issue #1678)
* Fix inconsistent pool size in `BasicJsonDocument`'s copy constructor
* Fix inconsistent pool capacity between `BasicJsonDocument`'s copy and move constructors
* Fix inconsistent pool capacity between `BasicJsonDocument`'s copy and move assignments
* Fix return type of `StaticJsonDocument::operator=`
v6.18.5 (2021-09-28)