summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.02
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 344edb6517..caf7e3023f 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -40,6 +40,8 @@ QtCore
------
* drop a bogus QChar::NoCategory enum value; the proper QChar::Other_NotAssigned
value is returned for an unassigned codepoints now.
+* QChar::Unicode_Unassigned value was moved to the end of enum in order to make
+ the version based checks more convenient and less error-prone in use.
QtGui
-----