mirror of https://github.com/qt/qtdoc.git
Add changes file for Qt 5.15.0
+f0c97814bd
Bump version +cf2ca6dcc3
Update the Qt Quick Compiler docs with regards to resource handling +58c17ea6a7
Use networkError instead of error +ea11d049ab
Revert "Use networkError instead of error" +49591c453f
Demos: request Android storage permissions when using QStandardPaths +1c2369121e
Use Qt::SplitBehavior in preference to QString::SplitBehavior +490c55ff10
Remove the comment about building MySQL and clarify doc +d17f1b97c1
Doc: Remove \contentspage commands +0c1a0fd13c
Record 5.15's updates to UCD and the public suffix list +dcfe75ec67
Update the supported platforms documentation re Visual Studio 2019 +9dbfb42c21
Doc: Remove incomplete list of development tools +7634e39bcc
WASM: Do not recommend --embedded option for emsdk +5f047a3573
Document minimum emsdk version for Qt 5.15 +a86bcb6bc3
Improve IPC documentation +d9b39705b0
Android: move and re-organize android docs to separate platforms/android +5cec5e99f3
Add chromium updates for 5.14 and 5.15 Change-Id: I7279d5fd014ad3c96b3d453a46492f965bc710ce Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
17e9d5e9c3
commit
9bfff1b4d1
|
@ -0,0 +1,18 @@
|
|||
Qt 5.15 introduces many new features and improvements as well as bugfixes
|
||||
over the 5.14.x series. For more details, refer to the online documentation
|
||||
included in this distribution. The documentation is also available online:
|
||||
|
||||
https://doc.qt.io/qt-5/index.html
|
||||
|
||||
The Qt version 5.15 series is binary compatible with the 5.14.x series.
|
||||
Applications compiled for 5.14 will continue to run with 5.15.
|
||||
|
||||
Some of the changes listed in this file include issue tracking numbers
|
||||
corresponding to tasks in the Qt Bug Tracker:
|
||||
|
||||
https://bugreports.qt.io/
|
||||
|
||||
Each of these identifiers can be entered in the bug tracker to obtain more
|
||||
information about a particular change.
|
||||
|
||||
- This release contains only minor code improvements.
|
Loading…
Reference in New Issue