summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2017-05-19 14:40:45 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2017-05-19 17:43:26 +0000
commit0008da1767759592b372d355d6b1ee54a0e82036 (patch)
tree4c595ca6de88c7c8e937db776c87e4aa379a0910 /dist
parent916e9ba283135b7f01b4be1d4448d3566e4941f3 (diff)
Update assistant changes
Change-Id: I0e66d6940f10ffb69f84ae3b2f568cd2a284bc9e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.9.012
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-5.9.0 b/dist/changes-5.9.0
index 4f4bb23fd..e113ee6f9 100644
--- a/dist/changes-5.9.0
+++ b/dist/changes-5.9.0
@@ -20,3 +20,15 @@ Linguist
- [QTBUG-16368] Added capability of checking that the whitespace
surrounding the translations' text matches that of the source strings.
+
+Assistant
+---------
+
+ - Removed the clucene dependency, used FTS5 from sqlite instead.
+ - Search results show now the doc excerpt instead of the explicit link.
+ - Made search results more reliable (e.g.: charset, "UTF-8").
+
+QtHelp
+-----------
+
+ - Moved the linksForKeyword() method from QHelpIndexModel into QHelpEngineCore.