aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-08-12 11:53:02 +0200
committerEike Ziller <eike.ziller@qt.io>2019-08-12 09:55:11 +0000
commitd84a6c49884fdfb0f62f15eb60365616a7831218 (patch)
tree4db6e197b67388f6acf531c77b1b62756e9af5a2 /dist
parentdcc47f25875014d7768957ebc32b6013470c5c90 (diff)
Update change log for 4.10.0
Change-Id: I6cb272a08fb240caca98bc6286750006518470e1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'dist')
-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