ArduinoJson 7.0.1

This commit is contained in:
Proddy
2024-01-13 11:37:37 +01:00
parent 2190db77ad
commit d6aa1fb48b
10 changed files with 19 additions and 215 deletions

View File

@@ -1,6 +1,13 @@
ArduinoJson: change log
=======================
v7.0.1 (2024-01-10)
------
* Fix "no matching function" with `JsonObjectConst::operator[]` (issue #2019)
* Remove unused files in the PlatformIO package
* Fix `volatile bool` serialized as `1` or `0` instead of `true` or `false` (issue #2029)
v7.0.0 (2024-01-03)
------