diff options
author | Eike Ziller <[email protected]> | 2020-07-10 09:01:52 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2020-07-10 07:03:32 +0000 |
commit | 255609d787082369dfb7c4f873a0b0cfb387b710 (patch) | |
tree | 2171501bb14e5b4e66dc8a0c38edce18d9fb43c8 | |
parent | 502ad9badb73119fccea48c9c19413dea1e87493 (diff) |
Update 4.13 change logv4.13.0-beta1
Change-Id: I2d87a104bc0a4a90a8da644686545bc093689e0d
Reviewed-by: Eike Ziller <[email protected]>
-rw-r--r-- | dist/changes-4.13.0.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-4.13.0.md b/dist/changes-4.13.0.md index b526ee54a38..33b8a00b53a 100644 --- a/dist/changes-4.13.0.md +++ b/dist/changes-4.13.0.md @@ -37,6 +37,7 @@ Editing * Added editor tool button for `Analyze File` (QTCREATORBUG-23348) * Added `Add forward declaration` refactoring action (QTCREATORBUG-23444) * Extended `Add Include` refactoring action to non-Qt classes (QTCREATORBUG-21) +* Fixed MSVC detection with some locale settings (QTCREATORBUG-24311) * Fixed indentation with C++11 list initialization (QTCREATORBUG-16977, QTCREATORBUG-24035) * Fixed indentation with trailing return types (QTCREATORBUG-23502) * Fixed issue with `std::chrono::time_point` (QTCREATORBUG-24067) @@ -69,6 +70,7 @@ Editing ### Python * Added tool button for opening interactive Python, optionally importing current file +* Fixed highlighting of parentheses ### Diff Viewer @@ -121,6 +123,7 @@ Debugging --------- * Added option to reset all formats for watches to default +* Added option to override sysroot setting when starting or attaching to external application Analyzer -------- @@ -130,6 +133,7 @@ Analyzer * Re-added editor text marks for diagnostics (QTCREATORBUG-23349) * Changed to use separate `clazy-standalone` executable * Fixed issue with `clang-tidy` and `WarningsAsErrors` (QTCREATORBUG-23423) +* Fixed output parsing of `clazy` Version Control Systems ----------------------- @@ -163,6 +167,7 @@ Platforms * Removed Ministro deployment option (QTCREATORBUG-23761) * Added service editor to manifest editor (QTCREATORBUG-23937) * Added splash screen editor to manifest editor (QTCREATORBUG-24011, QTCREATORBUG-24013) +* Fixed QML debugging and profiling (QTCREATORBUG-24155) * Fixed debugging on x86 and armv7 architectures (QTCREATORBUG-24191) * Fixed issue with long kit names (QTBUG-83875) |