Remove ArrayIterator::internal() and ObjectIterator::internal()

This commit is contained in:
Benoit Blanchon
2022-10-13 09:41:06 +02:00
parent 6e17c3e6f9
commit 92d6bae25c
5 changed files with 12 additions and 19 deletions

View File

@@ -12,7 +12,8 @@ HEAD
* Remove undocumented `ElementProxy` and `MemberProxy` classes
* Rename `addElement()` to `add()`
* Remove `getElement()`, `getOrAddElement()`, `getMember()`, and `getOrAddMember()`
* Remove `JsonDocument::data()` and `JsonDocument::memoryPool()`
* Remove undocumented `JsonDocument::data()` and `JsonDocument::memoryPool()`
* Remove undocumented `JsonArrayIterator::internal()` and `JsonObjectIterator::internal()`
> ### BREAKING CHANGES
>