summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-08-01 18:12:22 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2024-08-01 18:42:00 +0300
commitf00c1bbb1e6fdb378f8b665d6b274176f3e395ab (patch)
tree812161d0ebdd7a262ef4ec059d5cf451fa0fbb4a
parenta13795d5c97c8171470cd2a1863fc5ab84582ac3 (diff)
changelog: Review for 3.11.8.
-rw-r--r--source/changelog.lisp7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/changelog.lisp b/source/changelog.lisp
index e46a9c0ce..89843fba2 100644
--- a/source/changelog.lisp
+++ b/source/changelog.lisp
@@ -26,10 +26,15 @@
collect (:raw version))))
(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"