From bd676746df60db5e16ede84ef9daf61d4b4ea9d0 Mon Sep 17 00:00:00 2001 From: Artyom Bologov Date: Fri, 1 Dec 2023 16:33:48 +0400 Subject: [PATCH] changelog: Mention existing context parsing fix. --- source/changelog.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index 055d852bc5b..667ea4b929c 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -934,7 +934,8 @@ invoked via " (:code "flatpak-spawn --host ") ".")))) (:nsection :title "Bug fixes" (:ul (:li "Fix command " - (:nxref :command 'nyxt/mode/annotate:show-annotations-for-current-url) ".")))) + (:nxref :command 'nyxt/mode/annotate:show-annotations-for-current-url) ".") + (:li "make-buffer-with-context lists previously defined contexts.")))) (define-version "4-pre-release-1" (:li "When on pre-release, push " (:code "X-pre-release")