aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2017-01-25 14:59:07 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2017-01-26 11:31:23 +0000
commitf12ee76a474d503df872a2cb28d5b658c3307281 (patch)
tree25cf8222eabcab0e86b2ee182867afb034f12d39 /Changelog
parenta911e37ff7e63c7df4cab307c2736e43e90f5f28 (diff)
Update change log
Change-Id: I8c70c84557a03edd1a3181a4268cbfa1a085e206 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 87f5c83c..482fc261 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,14 @@
+The Qt Visual Studio Tools version 2.1.0. contains improvements for QML syntax highlighting and
+several bug fixes.
+
+- Some speed improvements while importing large qmake based projects
+- Better handling of $(QTDIR) environment and possible related errors
+- Use TextMate language files for QML and qmake syntax highlighting (VS 2015)
+
+- QTVSADDINBUG-445: Fix wrong usage of QT_STATIC and QT_DLL
+- QTVSADDINBUG-407: Fix Environment variables are not saved/restored after VS restart
+
+
The Qt Visual Studio Tools version 2.0.0 is an update of the existing Add-In implementation
to the newer Visual Studio Package (VSIX extension) system.