summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/changes-5.14.010
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-5.14.0 b/dist/changes-5.14.0
index 0997f3056..de2bb6fbd 100644
--- a/dist/changes-5.14.0
+++ b/dist/changes-5.14.0
@@ -51,3 +51,13 @@ information about a particular change.
is configured with -feature-relocatable.
- [QTBUG-75272] Added option -no-virtualkeyboard to disable deployment of
Qt Virtual Keyboard.
+
+****************************************************************************
+* qdoc *
+****************************************************************************
+
+ - QDoc no longer attempts to run if 'project' configuration variable is
+ not set; it now fails with an appropriate error message.
+
+ - [QTBUG-80051] 'depends' configuration now accepts '*' as a value,
+ instructing QDoc to load all available index files as dependencies.