From b2b62e0a92c3dce30994b91ffc6d509cc3aa816d Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Thu, 1 Aug 2024 18:12:22 +0300 Subject: [PATCH] changelog: Review for 3.11.8. --- source/changelog.lisp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index 2fd4fe99912..36a6faa34f3 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -98,10 +98,15 @@ elements are scaled accordingly.") " feature in addition to " (:code "X-pre-release-N") "one.")) (define-version "3.11.8" + (:nsection :title "Bug fixes" + (:ul + (:li "Fix fullscreen and maximized window logic."))) (:nsection :title "UI/UX" (:ul (:li "Review UI of " (:nxref :command 'nyxt/mode/bookmark:bookmarks-panel) ".") - (:li "Fix mode menu bar.")))) + (:li "Fix mode menu bar.") + (:li "Fix echo message when invoking command " (:nxref :command 'describe-key) ".") + (:li "Review docstrings.")))) (define-version "3.11.7" (:nsection :title "Bug fixes"