diff options
author | David Schulz <david.schulz@qt.io> | 2022-08-08 08:41:10 +0200 |
---|---|---|
committer | David Schulz <david.schulz@qt.io> | 2022-08-09 06:46:00 +0000 |
commit | b732801d6a0db9a9819a261a83270e40fcac6d6a (patch) | |
tree | 8bf69a463a3563892686a17aaa229b5b3e8561c0 /dist | |
parent | 9fe3aa661282ad04bd458064cab15ea952939718 (diff) | |
download | qt-creator-b732801d6a0db9a9819a261a83270e40fcac6d6a.tar.gz |
Update changelog for 8.0.1
Change-Id: Ib1116deb89c092f66a79d1332919ebc73d33ec2a
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-8.0.1.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/changes-8.0.1.md b/dist/changes-8.0.1.md index cf5fc2f8f0..37247687c2 100644 --- a/dist/changes-8.0.1.md +++ b/dist/changes-8.0.1.md @@ -13,8 +13,14 @@ the public Git repository. For example: Editing ------- +* Delayed context menu tooltip action creation +* Cached the last QIcon created from a Utils::Icon + ### C++ +* Prevent opening unneeded generated ui header files in clangd +* Fixed documents getting opened in wrong clangd + Projects -------- @@ -42,17 +48,34 @@ Platforms ### Baremetal * Fixed running and debugging applications (QTCREATORBUG-27972) +* Fixed bug when cloning jLink gdb server provider + +Debugging +--------- + +* Fixed bitfield display with Python 3 + Credits for these changes go to: -------------------------------- +Alexander Akulich Alibek Omarov André Pönitz Christian Kandeler +Christian Stenger Cristian Adam +David Schulz +Dmitry Kovalev Eike Ziller Ivan Komissarov Jaroslaw Kobus +Knud Dollereder Mahmoud Badri +Marcus Tillmanns Mats Honkamaa +Miikka Heikkinen +Orgad Shaneh Oswald Buddenhagen +Samuel Ghinet Thomas Hartmann +Vikas Pachdha |