summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mercouris <john@atlas.engineer>2023-04-19 19:31:07 -0500
committerJohn Mercouris <john@atlas.engineer>2023-04-19 19:35:10 -0500
commitced1c00349cdb68bfaf5962d31270d94190025da (patch)
tree16af5df328e8a5a7886d6bc073917c9646bd6521
parente7e84aaec5faec8e8ab65a55be0f3d69c0faa498 (diff)
changelog.lisp: add information about bug-fixes.
-rw-r--r--source/changelog.lisp6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/changelog.lisp b/source/changelog.lisp
index 59b7454b0..8e1bd6f11 100644
--- a/source/changelog.lisp
+++ b/source/changelog.lisp
@@ -742,4 +742,8 @@ not shuffle around. It is now possible to middle click to delete tabs.")
(:li "Tree style hinting now highlights hints by dimming the matched characters."))
(:h3 "Bug fixes")
(:ul
- (:li "Switching focus away from Nyxt doesn't make it unfullscreen anymore.")))
+ (:li "Switching focus away from Nyxt doesn't make it unfullscreen anymore.")
+ (:li "Fix enable modes's: " (:code "inactive-mode-source") ".")
+ (:li "Fix annotation mode to properly render annotations.")
+ (:li "Fix " (:code "list-bookmarks") ".")
+ (:li "Fix " (:code "select-frame-new-buffer") " and " (:code "select-frame-expedition") ".")))