diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-11-20 14:22:56 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-11-20 14:22:56 (GMT) |
commit | c74a5ae953899b9109ef56b2057b094152616480 (patch) | |
tree | f654169a39839dc43a703716fa40fb8d4a63d513 /dist/changes-4.6.0 | |
parent | 991a5ed5a8dc0c81d56c88823bd69d986618d4e5 (diff) | |
download | Qt-c74a5ae953899b9109ef56b2057b094152616480.zip Qt-c74a5ae953899b9109ef56b2057b094152616480.tar.gz Qt-c74a5ae953899b9109ef56b2057b094152616480.tar.bz2 |
Mention the changed architecture and license of QtScript in the 4.6.0 changelog
Reviewed-by: Kent Hansen
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r-- | dist/changes-4.6.0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 736fa66..887c96f 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -73,6 +73,8 @@ New features * Support for getting return arguments in remote method invocation via QMetaMethod::invokeMethod. + - The QtScript module is now based on the 3rdparty JavaScriptCore library. It + is only available under the LGPL or a compatible license. Optimizations ------------- |