Fix compatibility with GCC 5.2 (fixes #1897)

This commit is contained in:
Benoit Blanchon
2023-03-27 11:00:20 +02:00
parent 74601b2585
commit 9e9015f4b9
3 changed files with 39 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Double speed of `DynamicJsonDocument::garbageCollect()`
* Fix compatibility with GCC 5.2 (issue #1897)
v6.21.0 (2023-03-14)
-------