Add change log for 8.0.1

Change-Id: Ifb06ba677bae3eae181c2b9f566e9c42b6290802
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2022-07-28 11:49:45 +02:00
parent 8d9fa06577
commit 7d3560a209

58
dist/changes-8.0.1.md vendored Normal file
View File

@@ -0,0 +1,58 @@
Qt Creator 8.0.1
================
Qt Creator version 8.0.1 contains bug fixes.
The most important changes are listed in this document. For a complete list of
changes, see the Git log for the Qt Creator sources that you can check out from
the public Git repository. For example:
git clone git://code.qt.io/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline origin/v8.0.0..v8.0.1
Editing
-------
### C++
Projects
--------
### Compilation Database
* Fixed project state when compilation database changes timestamp without
changing contents
Platforms
---------
### macOS
* Fixed crash of user applications that access protected resources
(QTCREATORBUG-27962)
### Boot2Qt
* Fixed crash when manually rebooting (QTCREATORBUG-27879)
### QNX
* Fixed debugger startup (QTCREATORBUG-27915)
### Baremetal
* Fixed running and debugging applications (QTCREATORBUG-27972)
Credits for these changes go to:
--------------------------------
Alibek Omarov
André Pönitz
Christian Kandeler
Cristian Adam
Eike Ziller
Ivan Komissarov
Jaroslaw Kobus
Mahmoud Badri
Mats Honkamaa
Oswald Buddenhagen
Thomas Hartmann