From e74ab04c52119f82aba6680b46a4decb13b8c2d2 Mon Sep 17 00:00:00 2001 From: Eike Ziller <eike.ziller@qt.io> Date: Tue, 29 Nov 2016 14:57:19 +0100 Subject: [PATCH] Update change log Change-Id: I7bb9bc12032f21489063ee923f5ea7516e4c162d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> --- dist/changes-4.2.0.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dist/changes-4.2.0.md b/dist/changes-4.2.0.md index 1cd9d9464f1..473023cc24b 100644 --- a/dist/changes-4.2.0.md +++ b/dist/changes-4.2.0.md @@ -80,8 +80,8 @@ C++ Support Debugging -* Added pretty printing of `QRegExp` captures, `QStaticStringData`, and - `std::pair` +* Added pretty printing of `QRegExp` captures, `QStaticStringData`, + `QStandardItem`, and `std::pair` * Improved pretty printing of QV4 types * Made display of maps more compact * Fixed pretty printing of `QFixed` @@ -163,6 +163,10 @@ iOS * Fixed that Qt Creator was blocked until simulator finished starting +Remote Linux + +* Fixed crash when creating SSH key pair (QTCREATORBUG-17349) + Credits for these changes go to: Aaron Barany Alessandro Portale -- GitLab