summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-03-27 15:04:41 +0200
committerEike Ziller <eike.ziller@qt.io>2023-03-27 14:52:07 +0000
commit6f07f52170c41dad5c463097b02a2b618d2f0811 (patch)
tree19d69450a5227ebeff45cdad46d37a7ee385b23a
parentfee50654a1a0350c9de730993a1dbba811949ffb (diff)
downloadqt-creator-6f07f52170c41dad5c463097b02a2b618d2f0811.tar.gz
Update change log for 10.0.0
Change-Id: I1e3133646448c18e7ef6ed7c956d71ad81737d5f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--dist/changelog/changes-10.0.0.md25
1 files changed, 17 insertions, 8 deletions
diff --git a/dist/changelog/changes-10.0.0.md b/dist/changelog/changes-10.0.0.md
index f3bb87301e..d327b5b169 100644
--- a/dist/changelog/changes-10.0.0.md
+++ b/dist/changelog/changes-10.0.0.md
@@ -48,6 +48,7 @@ Editing
* Made temporary disabling of global indexing possible by canceling it in the
progress indicator
* Added support for highlighting angle brackets
+ * Added semantic highlighting for concepts (QTCREATORBUG-28887)
* Built-in
* Added support for the spaceship operator (QTCREATORBUG-27503)
* Fixed the handling of `= default` (QTCREATORBUG-28102)
@@ -99,23 +100,28 @@ Projects
* Added a deployment method with `cmake --install` to `Projects > Run Settings >
Add Deploy Step > CMake Install` (QTCREATORBUG-25880)
-* Added the option to use `cmake-format` for CMake files to `Edit > Preferences >
- CMake > Formatter`
+* Added the option to use `cmake-format` for CMake files to `Edit > Preferences
+ > CMake > Formatter`
([cmake-format Documentation](https://cmake-format.readthedocs.io/en/latest/))
* Added `Show advanced options by default` to `Edit > Preferences > CMake > Tools`
-* Added support for the `external` strategy for the architecture and toolset of
- presets (QTCREATORBUG-28693)
+* Added support for presets version 5
+ * Added support for the `external` strategy for the architecture and toolset
+ of presets (QTCREATORBUG-28693)
+ * Added support for preset includes (QTCREATORBUG-28894)
+ * Added support for the `pathListSep` variable
+ * Fixed that CMake preset macros were not expanded for environment variables and
+ `CMAKE_BUILD_TYPE` (QTCREATORBUG-28606, QTCREATORBUG-28893)
* Moved `Autorun CMake` to `Edit > Preferences > CMake > General`
* Changed the environment for running CMake to be based on the build environment
by default (QTCREATORBUG-28513)
-* Fixed that `Package manager auto setup` created a dependency of the project
- build to the Qt Creator installation
* Fixed that cloned build configurations could miss values from the `Initial
Parameters` (QTCREATORBUG-28759)
-* Fixed that CMake preset macros were not expanded for environment variables
- (QTCREATORBUG-28606)
* Fixed a crash with the `Kit Configuration` button for build configurations
(QTCREATORBUG-28740)
+* Package manager auto setup
+ * Added support for Conan 2.0
+ * Fixed that it created a dependency of the project build to the Qt Creator
+ installation
### Qbs
@@ -238,10 +244,12 @@ Dmitry Bravikov
Eike Ziller
Fabian Kosmale
Fawzi Mohamed
+Haowei Hsu
Henning Gruendl
Jaroslaw Kobus
Jussi Witick
Kai Köhne
+Karim Abdelrahman
Knud Dollereder
Knut Petter Svendsen
Leena Miettinen
@@ -261,6 +269,7 @@ Robert Löhning
Sami Shalayel
Samuel Gaist
Samuel Ghinet
+Semih Yavuz
Sergey Levin
Sivert Krøvel
Tasuku Suzuki