Fix return type of StaticJsonDocument::operator=

This commit is contained in:
Benoit Blanchon
2021-12-14 10:41:25 +01:00
parent f39d8f548f
commit 3bf47761c8
2 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ HEAD
* Fix `call of overloaded 'swap(BasicJsonDocument&, BasicJsonDocument&)' is ambiguous` (issue #1678)
* Fix inconsistent pool size in `BasicJsonDocument`'s copy constructor
* Support NUL in string values (issue #1646)
* Fix return type of `StaticJsonDocument::operator=`
v6.18.5 (2021-09-28)
-------