aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.2.07
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index da358191e1..8b044d6932 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -46,6 +46,13 @@ Third party components
the engine now truncates instead of rounding. This is consistent with the
ECMAScript specification's way of converting doubles to ints.
+ - Comparing value based types with the JS strictly equal operator will
+ now behave similar to the corresponding C++ == operator. Ie. two
+ QPoints exposed on the JS side will be strictly equal if their values
+ are equal. This brings the behavior of value based types in JS closer
+ to what one would expect and more inline with primitive values in
+ Javascript.
+
****************************************************************************
* Library *
****************************************************************************