aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-12-07 10:53:58 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-12-08 10:32:26 +0000
commited666c60b98147642ff1fd3742a8b66893fe2325 (patch)
treeb2c002cf86c64b59ec29a0c81a1bb5cf8142c80a /changelogs
parent2d00dbe387323d70b431ce87ad971a275ecd15c9 (diff)
Update changelog files
Move over one change that did not make it into 1.10.0. Change-Id: Id960525fd829da133b61c1c3cfed782b50a5273c Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.10.0.md1
-rw-r--r--changelogs/changes-1.10.1.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelogs/changes-1.10.0.md b/changelogs/changes-1.10.0.md
index a125431fc..ce4bf5007 100644
--- a/changelogs/changes-1.10.0.md
+++ b/changelogs/changes-1.10.0.md
@@ -3,7 +3,6 @@
Git and Subversion are supported initially.
* Added initial support for the Universal Windows Platform.
* Improved a lot of error messages.
-* Building Inno Setup, NSIS, or WiX installers now depends on installable artifacts by default.
# Language
* Profiles can now be defined within a project using the `Profile` item.
diff --git a/changelogs/changes-1.10.1.md b/changelogs/changes-1.10.1.md
new file mode 100644
index 000000000..2255fa1e0
--- /dev/null
+++ b/changelogs/changes-1.10.1.md
@@ -0,0 +1,2 @@
+# General
+* Building Inno Setup, NSIS, or WiX installers now depends on installable artifacts by default.