Fix comparison operators for JsonObject and JsonObjectConst

This commit is contained in:
Benoit Blanchon
2022-06-10 09:53:25 +02:00
parent ff4e837df5
commit e2bb2cec7b
4 changed files with 517 additions and 2 deletions

View File

@@ -6,7 +6,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` and `JsonArrayConst`
* Fix comparison operators for `JsonArray`, `JsonArrayConst`, `JsonObject`, and `JsonObjectConst`
v6.19.4 (2022-04-05)
-------