Remove undocumented accept() functions

This commit is contained in:
Benoit Blanchon
2022-07-03 15:51:01 +02:00
parent 77b4270d97
commit 5b06b1564e
11 changed files with 16 additions and 36 deletions

View File

@@ -7,6 +7,7 @@ HEAD
* Add `JsonVariant::link()` (issue #1343)
* Fix `9.22337e+18 is outside the range of representable values of type 'long'`
* Fix comparison operators for `JsonArray`, `JsonArrayConst`, `JsonObject`, and `JsonObjectConst`
* Remove undocumented `accept()` functions
v6.19.4 (2022-04-05)
-------