aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-10-03 21:24:33 +0300
committerOrgad Shaneh <orgads@gmail.com>2019-10-04 14:11:26 +0000
commitefb135d07ebcf592417cf79ef3b835d51d8f04b9 (patch)
tree44e2b562b77c7ba07b4894e0ed7ac84e1dab4ce4 /dist
parentf58dca918f12c118046f4f498b05e42da4974607 (diff)
Changelog: Fix wrong description
The process priority is not configurable. It always starts with low priority. Change-Id: Ic49f999df87a83d18787904471785fc8542a9d29 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.11.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/changes-4.11.0.md b/dist/changes-4.11.0.md
index ac62111d57..534184dc58 100644
--- a/dist/changes-4.11.0.md
+++ b/dist/changes-4.11.0.md
@@ -59,11 +59,11 @@ you can check out from the public Git repository. For example:
* Added more space for custom command line arguments (QTCREATORBUG-17890)
* Added option to continue building after a single project failed with `Build` > `Build All`
(QTCREATORBUG-22140)
-* Added option for setting build process priority (QTCREATORBUG-5155)
* Added option for temporarily disabling individual environment variables (QTCREATORBUG-20984)
* Added option for translation file to wizards (QTCREATORBUG-7453)
* Added option to rename files with same base name when renaming files via project tree
(QTCREATORBUG-21738)
+* Changed build process to run with low priority (QTCREATORBUG-5155)
* Made it possible to schedule running the project while building it (QTCREATORBUG-14297)
* Improved unconfigured project page (QTCREATORBUG-20018)
* Fixed parsing of `lld` output (QTCREATORBUG-22623)