aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-4.10.0.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/dist/changes-4.10.0.md b/dist/changes-4.10.0.md
index 6022f5aac9..9ed43bf9e5 100644
--- a/dist/changes-4.10.0.md
+++ b/dist/changes-4.10.0.md
@@ -121,10 +121,14 @@ you can check out from the public Git repository. For example:
## Debugging
* Added pretty printer for `QMargin`
-* Fixed pretty printer for `std::vector` and `std::basic_string` with custom allocator
-* Fixed pretty printer for `std::map<K,V>::iterator`
+* Fixed pretty printers for `QFile`, `QStandardItem`,
+ `std::vector` and `std::basic_string` with custom allocator, and `std::map<K,V>::iterator`
* Fixed issues with restoring layout (QTCREATORBUG-21669)
+### LLDB
+
+* Fixed running with command line arguments with spaces (QTCREATORBUG-22811)
+
### CDB
* Fixed loading of custom debugging helpers (QTCREATORBUG-20481)
@@ -152,6 +156,7 @@ you can check out from the public Git repository. For example:
* Added all fonts from project directory to font selector (QDS-100)
* Updated properties of `Flickable`
* Improved handling of errors in state editor (QDS-695)
+* Improved selection behavior (QDS-853)
## Version Control Systems
@@ -188,6 +193,10 @@ you can check out from the public Git repository. For example:
* Removed support for MIPS64
+### iOS
+
+* Fixed simulator detection with Xcode 11 (QTCREATORBUG-22757)
+
### Remote Linux
* Added deployment method that deploys everything that is installed by the build system