aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2019-01-11 16:32:37 +0100
committerMiguel Costa <miguel.costa@qt.io>2019-01-21 13:50:23 +0000
commit5bc56a6f4ca511828d1f0ad62ff127a96cf80c65 (patch)
tree5c080c1d0f52fb490b65386f314e1d08e1910f62 /Changelog
parent365f96892505466dc1a66dcc6a9a62e4a68d85c6 (diff)
Update version number to 2.3.1
Change-Id: If2cea7f67325e68cabc6824f0dbab943d22b8e4e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1c10dc07..51c67f3c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,19 @@
+The Qt Visual Studio Tools version 2.3.1 adds support for Visual Studio 2019. This version also
+includes fixes to bugs reported in the previous version.
+
+Changes
+-------
+- Added support for Visual Studio 2019
+- Extension initialization will now run in the background
+- Fixed QTVSADDINBUG-583: Incorrect conversion of custom build to Qt/MSBuild
+- Fixed QTVSADDINBUG-592: Custom build steps running after Qt tools and C++ compilation
+- Fixed QTVSADDINBUG-593: .natvis files not installed if visualizers directory does not yet exist
+- Fixed QTVSADDINBUG-594: Failed to build project with QRC files and precompiled headers
+- Fixed QTVSADDINBUG-599: Debug session frozen if QML debugging is enabled
+- Fixed QTVSADDINBUG-601: Pressing Alt+F1 for help on a Qt class member crashes Visual Studio
+- Fixed QTVSADDINBUG-604: Conversion to Qt/MSBuild seems to freeze when errors occur
+
+
The Qt Visual Studio Tools version 2.3.0 introduces QML debugging in Visual Studio, as well as the
ahead-of-time compilation of QML files using the Qt Quick Compiler. This release also includes a
number of bug fixes.