aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-4.3.0.md
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2017-03-30 19:50:36 +0200
committerAndré Hartmann <aha_1980@gmx.de>2017-03-31 07:10:44 +0000
commit785e1834867a64cfc3476c6ee82968465d946eb2 (patch)
tree87e8e6537be4b972a05df0eb6b7b6d48b0e59176 /dist/changes-4.3.0.md
parent4e4b5833dafcadedc552a69b28e6eb27ecb33bdc (diff)
Changes-4.3.0: Fix new variable name and add bugreport numbers
The variable was named "CurrentRun:Runnable" in the first patch sets, but was renamed to "CurrentRun:Executable" later. Unfortunately, the commit message was not fixed. Change-Id: I7084e85bb3f4eb8979b4a295bb96f47d62393375 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist/changes-4.3.0.md')
-rw-r--r--dist/changes-4.3.0.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/changes-4.3.0.md b/dist/changes-4.3.0.md
index 79e4574c5c..b133f9f557 100644
--- a/dist/changes-4.3.0.md
+++ b/dist/changes-4.3.0.md
@@ -21,7 +21,8 @@ Editing
All Projects
* Added support for `.qrc` files in project tree for all projects
-* Added Qt Creator variable `CurrentRun:Runnable:FilePath`
+* Added Qt Creator variable `CurrentRun:Executable` (QTCREATORBUG-12201,
+ QTCREATORBUG-16830)
* Added choice of build system to most project wizards (QTCREATORBUG-17308)
QMake Projects