From e7468d060c854eae241f6cb18c81c7f679ff36ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Wed, 28 Feb 2024 10:57:12 +0100 Subject: [PATCH] Mention installer issue in changelog Users should know before downloading. Might also avoid some duplicate bugreports. Change-Id: Ib2d5964fcbb314d7b1c25a281bf5c255a47b3e86 Reviewed-by: Eike Ziller Reviewed-by: Leena Miettinen --- dist/changelog/changes-13.0.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/changelog/changes-13.0.0.md b/dist/changelog/changes-13.0.0.md index 6ca281668ff..82530d29768 100644 --- a/dist/changelog/changes-13.0.0.md +++ b/dist/changelog/changes-13.0.0.md @@ -41,6 +41,10 @@ General ([QTCREATORBUG-29886](https://bugreports.qt.io/browse/QTCREATORBUG-29886)) * Fixed issues with the window actions ([QTCREATORBUG-30381](https://bugreports.qt.io/browse/QTCREATORBUG-30381)) +* Known Issues + * Installers provided by The Qt Company mostly display English text, not + the system's language + ([QTIFW-3310](https://bugreports.qt.io/browse/QTIFW-3310)) Editing -------