This commit is contained in:
Proddy
2023-02-10 20:27:45 +01:00
parent 765b1a1b39
commit eeb96199f9
11 changed files with 110 additions and 117 deletions

View File

@@ -1,6 +1,13 @@
ArduinoJson: change log
=======================
v6.20.1 (2023-02-08)
-------
* Remove explicit exclusion of `as<char*>()` and `as<char>()` (issue #1860)
If you try to call them, you'll now get the same error message as any unsupported type.
You could also add a custom converter for `char*` and `char`.
v6.20.0 (2022-12-26)
-------