Fixed serializeJson(doc, String) when allocation fails (fixes #1572)

This commit is contained in:
Benoit Blanchon
2021-05-28 09:02:48 +02:00
parent 3b10afd2ab
commit 9bcb409648
4 changed files with 110 additions and 52 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Fixed support for `volatile float` and `volatile double` (issue #1557)
* Fixed error `[Pe070]: incomplete type is not allowed` on IAR (issue #1560)
* Fixed `serializeJson(doc, String)` when allocation fails (issue #1572)
v6.18.0 (2021-05-05)
-------