summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-02-19 18:18:45 +0200
committerAndre A. Gomes <andremegafone@gmail.com>2024-02-20 14:00:43 +0200
commit2875b71c080c72e799b54b43d9327c2a0fcf36a3 (patch)
treec40727205e8967fcc589386fc6c1bddaa41dbca9
parent11e1bc8b44a69b398a50375bd95b2fcc13a6db47 (diff)
changelog: Mention bug fix.
-rw-r--r--source/changelog.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/changelog.lisp b/source/changelog.lisp
index 730a563f1..acaa3a483 100644
--- a/source/changelog.lisp
+++ b/source/changelog.lisp
@@ -25,6 +25,11 @@
(loop for version being the hash-value of +changelog+
collect (:raw version))))
+(define-version "3.11.3"
+ (:nsection :title "Bug fixes"
+ (:ul
+ (:li "Fix prompt buffer freezes when invoking command " (:nxref :command 'set-url) "."))))
+
(define-version "3.11.2"
(:nsection :title "Bug fixes"
(:ul