update arduinojson 6.19.3

This commit is contained in:
proddy
2022-03-08 18:19:26 +01:00
parent eaca7df527
commit b526734e4b
22 changed files with 114 additions and 133 deletions

View File

@@ -1,6 +1,19 @@
ArduinoJson: change log
=======================
v6.19.3 (2022-03-08)
-------
* Fix `call of overloaded 'String(const char*, int)' is ambiguous`
* Fix `JsonString` operator `==` and `!=` for non-zero-terminated string
* Fix `-Wsign-conversion` on GCC 8 (issue #1715)
* MessagePack: serialize round floats as integers (issue #1718)
v6.19.2 (2022-02-14)
-------
* Fix `cannot convert 'pgm_p' to 'const void*'` (issue #1707)
v6.19.1 (2022-01-14)
-------