Changelog: Enclose complex URL in angle brackets

Qt (or its MarkDown parser) cuts off the link before the ..
Enclosing the URL in angle brackets helps with that and is also valid
practice in MarkDown.

Change-Id: I06e33ec9edb42f80cd020b9b65a7bc2a32345e75
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Alessandro Portale
2024-07-04 17:58:18 +02:00
parent a8a3d79592
commit 242ee59885

View File

@@ -7,7 +7,7 @@ The most important changes are listed in this document. For a complete list of
changes, see the Git log for the Qt Creator sources that you can check out from
the public Git repository or view online at
https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=13.0..v14.0.0
<https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=13.0..v14.0.0>
General
-------