update ArduinoJson to 6.19.4

This commit is contained in:
Proddy
2022-05-01 15:54:49 +02:00
parent 7fe2b843e6
commit c1a71afd77
7 changed files with 30 additions and 17 deletions

View File

@@ -1,6 +1,14 @@
ArduinoJson: change log
=======================
v6.19.4 (2022-04-05)
-------
* Add `ElementProxy::memoryUsage()`
* Add `MemberProxy::memoryUsage()` (issue #1730)
* Add implicit conversion from `JsonDocument` to `JsonVariant`
* Fix comparisons operators with `const JsonDocument&`
v6.19.3 (2022-03-08)
-------