Fix comparison operators for JsonArray and JsonArrayConst

This commit is contained in:
Benoit Blanchon
2022-06-09 21:06:32 +02:00
parent fb904033d3
commit ff4e837df5
4 changed files with 517 additions and 1 deletions

View File

@@ -6,6 +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`
v6.19.4 (2022-04-05)
-------