Changed as<bool>() to return true for any non-null value (closes #1005)

This commit is contained in:
Benoit Blanchon
2019-08-28 13:05:07 +02:00
parent fcbec6eb6d
commit ed18e77655
3 changed files with 21 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Use absolute instead of relative includes (issue #1072)
* Changed `JsonVariant::as<bool>()` to return `true` for any non-null value (issue #1005)
v6.11.5 (2019-08-23)
-------