diff --git a/source/changelog.lisp b/source/changelog.lisp index 2fd4fe99912..7c7eeede641 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -27,7 +27,6 @@ (define-version "4.0.0" (:ul - (:li "Fix fullscreen and maximized window logic.") (:li "Refactor input to be handled on the buffer level rather than the window level.") (:li "Deprecate " (:code "input-skip-dispatcher") ".") @@ -98,10 +97,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"