aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-07-11 16:42:36 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-07-15 10:25:59 +0000
commitb11257cf80eecaa7579b171ef0c53928b3c36b82 (patch)
tree4634b1176a19b36953f5a743047ae6155844844c
parent4ee71d9c1e8fc6d0d12cd562a920e43c53196ece (diff)
Add change log for 1.14.0
Change-Id: I1c57713abf60c2b5b6ee7bf6a0b403736b60307b Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--changelogs/changes-1.14.0.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/changelogs/changes-1.14.0.md b/changelogs/changes-1.14.0.md
new file mode 100644
index 000000000..860578a15
--- /dev/null
+++ b/changelogs/changes-1.14.0.md
@@ -0,0 +1,35 @@
+# Language
+* The `PathProbe` item was extended to support looking for multiple files and filtering candidate
+ files.
+
+# C/C++ Support
+* Added support for Visual Studio 2019.
+* Added support for clang-cl.
+* Various improvements for bare-metal toolchains, including new example projects and support for
+ the SDCC toolchain.
+
+# Qt Support
+* Added the `Qt.android_support.extraLibs` property.
+
+# Other modules
+* The `pkgconfig` module now has a `sysroot` property.
+* Added gRPC support to the `protobuf.cpp` module.
+
+# Android Support
+* Removed support for NDK < r19.
+* Added new `Android.sdk` properties `versionCode` and `versionName`.
+
+# Infrastructure
+* Added configuration files for Travis CI.
+* Various fixes and improvements in the Debian Docker image; updated to to Qt 5.11.3.
+
+# Contributors
+* BogDan Vatra <bogdan@kde.org>
+* Christian Kandeler <christian.kandeler@qt.io>
+* Christian Stenger <christian.stenger@qt.io>
+* Davide Pesavento <pesa@gentoo.org>
+* Denis Shienkov <denis.shienkov@gmail.com>
+* hjk <hjk@qt.io>
+* Ivan Komissarov <ABBAPOH@gmail.com>
+* Joerg Bornemann <joerg.bornemann@qt.io>
+* Richard Weickelt <richard@weickelt.de>