summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-06-07 15:15:21 +0200
committerEike Ziller <eike.ziller@qt.io>2016-06-09 07:17:55 +0000
commitcda5f70cd979226b3987d8c9a02bedb4323900a0 (patch)
treea0147d0866e90dd30fe03d719ce9b44c57d7c99d
parent31f484ea1a1eda503d1a2e56b7b89e3157a1671a (diff)
downloadqt-creator-cda5f70cd979226b3987d8c9a02bedb4323900a0.tar.gz
Change log: Fix indentation
Some markdown implementations want 4 spaces for second list indentation level Change-Id: I0dfa3ac6c0ffe7231b56d4ec39ec51335cf5f018 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--dist/changes-4.0.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/changes-4.0.1.md b/dist/changes-4.0.1.md
index e3911e156e..777c883e25 100644
--- a/dist/changes-4.0.1.md
+++ b/dist/changes-4.0.1.md
@@ -30,10 +30,10 @@ Debugging
* Fixed updating evaluated expressions
* Fixed crash on spontaneous debugger exit (QTCREATORBUG-16233)
* GDB
- * Fixed issues with restarting debugger (QTCREATORBUG-16355)
+ * Fixed issues with restarting debugger (QTCREATORBUG-16355)
* QML
- * Restored expression evaluation by using the selection tool
- (QTCREATORBUG-16300)
+ * Restored expression evaluation by using the selection tool
+ (QTCREATORBUG-16300)
Valgrind