ArduinoJson 7.0.3

This commit is contained in:
proddy
2024-02-10 09:50:32 +01:00
parent 4ac2d1a9a7
commit f167be37a1
146 changed files with 390 additions and 353 deletions

7
lib/ArduinoJson/CHANGELOG.md Normal file → Executable file
View File

@@ -1,6 +1,13 @@
ArduinoJson: change log
=======================
v7.0.3 (2024-02-05)
------
* Improve error messages when using `char` or `char*` (issue #2043)
* Reduce stack consumption (issue #2046)
* Fix compatibility with GCC 4.8 (issue #2045)
v7.0.2 (2024-01-19)
------