summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2016-02-26 18:59:30 +0300
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-02-27 12:22:08 +0000
commit81f43efbb2112b693b21d8f95cd627e9fd1032b9 (patch)
tree416756fe66357f628f8f6a42b10e508a534de2ca
parentbe8e169ba38c84562194906047d0da04bf3ae91a (diff)
downloadqtwebkit-5.6.0.tar.gz
Updated changelog for 5.6.0.5.6.0
Change-Id: I21cd29080be8f1aeedad6f19f1f11d3df2d9ae1d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-rw-r--r--dist/changes-5.6.011
1 files changed, 10 insertions, 1 deletions
diff --git a/dist/changes-5.6.0 b/dist/changes-5.6.0
index 0964b19b2..b042f2925 100644
--- a/dist/changes-5.6.0
+++ b/dist/changes-5.6.0
@@ -19,12 +19,21 @@ information about a particular change.
****************************************************************************
-* Library *
+* Important Behavior Changes *
+****************************************************************************
+
+ - The quality parameter in canvas.toDataURL only applies to JPEG images
+ now, in accordance with section 4.12.4.4 of the HTML5 spec.
+
+****************************************************************************
+* Library *
****************************************************************************
QtWebkit
--------
- [QTBUG-44563] Render anchors as clickable links in PDF documents
+ - % unit heights didn't work if parent block height was set in vh
+ - Fixed regression: some errors were not reported to ErrorPageExtension
QtWebkitQML
-----------