From 759c2d562f9dac7cde25578e2039a98a93af713f Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Wed, 26 Oct 2016 13:00:12 +0200 Subject: [PATCH] Change log: Small correction Change-Id: I7524f982a1733dca253ac78c6c49b711aa0534a8 Reviewed-by: Eike Ziller --- dist/changes-4.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/changes-4.2.0.md b/dist/changes-4.2.0.md index f437be4322a..baba9053d88 100644 --- a/dist/changes-4.2.0.md +++ b/dist/changes-4.2.0.md @@ -65,12 +65,12 @@ C++ Support * Added preview of images to tool tip on Qt resource URLs * Added option to skip big files when indexing (QTCREATORBUG-16712) -* Added notification for parsing errors in headers * Fixed `Move Definition to Class` for functions in template class and template member functions (QTCREATORBUG-14354) * Fixed issues with `Add Declaration`, `Add Definition`, and `Move Definition Outside Class` for template functions * Clang Code Model + * Added notification for parsing errors in headers * Improved responsiveness of completion and highlighting Debugging