summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.03
-rw-r--r--dist/changes-5.0.02
2 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index 54ef3afcdf..1dcb56cd4e 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -100,7 +100,10 @@ QtScript
--------
- Deprecated qScriptValueFromQMetaObject, qScriptValueToValue, qScriptValueFromValue
+QtSql
+-----
+ - Update sqlite to 3.7.7.1
****************************************************************************
* Database Drivers *
****************************************************************************
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 4c226aa9d6..344edb6517 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -38,6 +38,8 @@ Third party components
QtCore
------
+* drop a bogus QChar::NoCategory enum value; the proper QChar::Other_NotAssigned
+ value is returned for an unassigned codepoints now.
QtGui
-----