diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.9.0 | 12 |
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. |