aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-07-03 16:35:21 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-07-03 14:42:36 +0000
commita99d5f50d7f2e60f492a02145bd2127e324017db (patch)
tree6cc405f44022b67c1576cd05296018018018bcfb /changelogs
parent1a243d0e98d4868510ba3ae5e56b9dc5b79a53f4 (diff)
Add change log for 1.8.1
Change-Id: Ife8ecd903fc4e7a425ac70891a3b8cc77d2e1c1e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.8.112
1 files changed, 12 insertions, 0 deletions
diff --git a/changelogs/changes-1.8.1 b/changelogs/changes-1.8.1
new file mode 100644
index 000000000..aeebe92b3
--- /dev/null
+++ b/changelogs/changes-1.8.1
@@ -0,0 +1,12 @@
+Important bug fixes:
+ * Qbs-specific build errors are now correctly linked
+ in Qt Creator's issues pane (QBS-1151).
+ * Fixed automatic base profile assignment for
+ MSVC Qt installations (QBS-1141)
+ * Various QNX fixes (QBS-1136, QBS-1137, QBS-1138, QBS-1139, QBS-1143).
+
+Behavior changes:
+ * Users now get early error messages if they forget
+ the "modules", "products" or "projects" prefix
+ in command line property overrides such as
+ "modules.cpp.enableExceptions:false".