summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2009-11-19 08:48:49 (GMT)
committerKent Hansen <kent.hansen@nokia.com>2009-11-19 08:48:49 (GMT)
commit9590574158d0d976f66c9f7ca36f88b2f28d52b9 (patch)
treedf60f19852688c72a789335c8ed504e6659b70cb /dist/changes-4.6.0
parent732e0d01df867200546ddb5e6f8695f263e1ee0d (diff)
downloadQt-9590574158d0d976f66c9f7ca36f88b2f28d52b9.zip
Qt-9590574158d0d976f66c9f7ca36f88b2f28d52b9.tar.gz
Qt-9590574158d0d976f66c9f7ca36f88b2f28d52b9.tar.bz2
Add entry about behavior changes due to QtScript using JavaScriptCore
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.07
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 3a130ca..736fa66 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -1153,3 +1153,10 @@ Qt for Windows CE
X11: LIBS += -lX11
Mac: LIBS += -framework AppKit -framework Carbon
+- QtScript: Behavior changes due to using JavaScriptCore in the back-end:
+ * QDateTime is no longer used for date parsing and string conversion of
+ Date objects; instead the (more compliant) date processing from
+ JavaScriptCore is used.
+ * RegExp objects are no longer thin wrappers around QRegExp; they are now
+ "proper" JavaScript RegExp objects.
+