diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2009-11-19 08:48:49 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-20 14:06:01 (GMT) |
commit | 024969636d269cf7c89766502efee59c0ad3f28a (patch) | |
tree | 72ab18a2cc1438c170b9751da8920461fc50ea90 | |
parent | e99d75909354cdf58178618e121513a0a96f44d3 (diff) | |
download | Qt-024969636d269cf7c89766502efee59c0ad3f28a.zip Qt-024969636d269cf7c89766502efee59c0ad3f28a.tar.gz Qt-024969636d269cf7c89766502efee59c0ad3f28a.tar.bz2 |
Add entry about behavior changes due to QtScript using JavaScriptCore
(cherry picked from commit 9590574158d0d976f66c9f7ca36f88b2f28d52b9)
-rw-r--r-- | dist/changes-4.6.0 | 7 |
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. + |