Remove support for naked char (was deprecated since 6.18.0)

This commit is contained in:
Benoit Blanchon
2022-12-26 11:02:34 +01:00
parent cb9c90f2d0
commit 191fc5dff4
7 changed files with 1 additions and 220 deletions

View File

@@ -15,6 +15,7 @@ HEAD
* Remove undocumented `JsonArrayIterator::internal()` and `JsonObjectIterator::internal()`
* Rename things in `ARDUINOJSON_NAMESPACE` to match the public names
* Add documentation to most public symbols
* Remove support for naked `char` (was deprecated since 6.18.0)
> ### BREAKING CHANGES
>