From 3e366d51d043369098b5a5869f64c6a8383eed9f Mon Sep 17 00:00:00 2001
From: Antti Kokko <antti.kokko@qt.io>
Date: Thu, 9 Jan 2020 10:28:06 +0200
Subject: [PATCH] Add changes file for Qt 5.14.1

+ 1e27737f9e341c6d53dd8a92c2505996c96e3b7d Doc: Fix broken link on iOS Platform Notes page
+ 6cfac9f891d25edb1b34115fc8a379d5b378ba83 docs: Clean up and improve readability
+ ac241949096b7ec655dc34d964bd627f1438484d Fix broken link target "Glossary Of High DPI Terms"
+ 4dae523c35a06e0ffb5b43d501b4ea632f563fb5 Doc: update emscripten SDK package name
+ 196b9745386ecd5bf2c964dc1fad90762f7cebc6 Bump version
+ c8c097a4de0f12e3113350bb4b402ee59ba9f593 Doc: Promote wasm from TP to module
+ b09e11ad9bb9ccdd1a52de5b1cb1e61735d168f4 Add WebAssembly to supported platforms

Change-Id: I4a5dcd33a490e7d17ae4be29c0ec3db9cc109d9a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
---
 dist/changes-5.14.1 | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 dist/changes-5.14.1

diff --git a/dist/changes-5.14.1 b/dist/changes-5.14.1
new file mode 100644
index 00000000..d0086381
--- /dev/null
+++ b/dist/changes-5.14.1
@@ -0,0 +1,20 @@
+Qt 5.14.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.14.0.
+
+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.14 series is binary compatible with the 5.13.x series.
+Applications compiled for 5.13 will continue to run with 5.14.
+
+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.
+
+ - This release contains only minor code improvements.
-- 
GitLab