aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-07-19 10:11:04 +0200
committerEike Ziller <eike.ziller@qt.io>2017-07-19 10:48:04 +0000
commit892f33568e08a5365abbc4fc2300e536c6a12aee (patch)
treea379b8452eccbe510581ccdbc5212449728fc618 /dist
parentb9b69bac339adad49bfc0cac94159b87697c94c7 (diff)
ChangeLog: We use the term 'pretty printing' instead of dumper
Change-Id: Icb8ee5853e61f869680a643f3791640e68e7aa1b Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.4.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/changes-4.4.0.md b/dist/changes-4.4.0.md
index 945158f57c..73b84de482 100644
--- a/dist/changes-4.4.0.md
+++ b/dist/changes-4.4.0.md
@@ -84,8 +84,8 @@ QML Support
Debugging
* Added `Alt+V` + letter shortcuts to open views
-* Added dumper for `qfloat16`
-* Added dumpers for `std::{optional,byte}`, `gsl::{span,byte}`, `boost::variant`
+* Added pretty printing for `qfloat16`, `std::{optional,byte}`, `gsl::{span,byte}`
+ and `boost::variant`
* Improved display of enum bitfields
* Fixed support for `long double` (QTCREATORBUG-18023)
* CDB