summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2019-05-03 10:14:18 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2019-05-08 08:49:57 +0000
commit8bc01cbfe15843ab0ea6e9b9731c4eab83dec1ab (patch)
treee382ff00e4e0399ec384c5fc82625a9a2f56aadd
parentf52ff01d38400d5343af9149414f3573580a2405 (diff)
Change-Id: I903368058c4783b03de075e9f99c6c5a6e4cb58e Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
-rw-r--r--dist/changes-5.13.030
1 files changed, 30 insertions, 0 deletions
diff --git a/dist/changes-5.13.0 b/dist/changes-5.13.0
new file mode 100644
index 0000000..d705d25
--- /dev/null
+++ b/dist/changes-5.13.0
@@ -0,0 +1,30 @@
+Qt 5.13 introduces many new features and improvements as well as bugfixes
+over the 5.12.x series. For more details, refer to the online documentation
+included in this distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.13 series is binary compatible with the 5.12.x series.
+Applications compiled for 5.12 will continue to run with 5.13.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* QAbstractOAuth *
+****************************************************************************
+
+ - Added prepareRequest and sendCustomRequest methods to authenticate any
+ custom request, including custom verbs and bodies.
+
+****************************************************************************
+* QOAuth1Signature *
+****************************************************************************
+
+ - Added customMethodString and setCustomMethodString methods to support
+ signing requests with custom methods.