upgrade arduinojson 6.21.3

This commit is contained in:
proddy
2023-07-24 08:16:37 +01:00
parent b2482b092c
commit ded26feeb6
9 changed files with 28 additions and 18 deletions

View File

@@ -1,6 +1,15 @@
ArduinoJson: change log
=======================
v6.21.3 (2023-07-23)
-------
* Fix compatibility with the Blynk libary (issue #1914)
* Fix double lookup in `to<JsonVariant>()`
* Fix double call to `size()` in `serializeMsgPack()`
* Include `ARDUINOJSON_SLOT_OFFSET_SIZE` in the namespace name
* Show a link to the documentation when user passes an unsupported input type
v6.21.2 (2023-04-12)
-------