Renamed JsonArray::removeAt() into remove()

This commit is contained in:
Benoit Blanchon
2017-04-12 17:03:33 +02:00
parent 8c6f64c111
commit f2ef338cb8
6 changed files with 21 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Added `JsonArray::remove(iterator)` (issue #479)
* Added `JsonObject::remove(iterator)`
* Renamed `JsonArray::removeAt(size_t)` into `remove(size_t)`
v5.8.4
------