Skip to content

Commit

Permalink
changelog: Mention password executable resolution warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
aartaka committed Dec 5, 2023
1 parent dd2f0da commit 84d5db5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,11 @@ Nyxt version exists. It is only raised when the major version differs.")
(define-version "3.X.Y"
(:nsection :title "UI/UX"
(:ul
(:li "Simplify status bar CSS. Make URL area clickable."))))
(:li "Simplify status bar CSS. Make URL area clickable.")))
(:nsection :title "Bug fixes"
(:ul
(:li "Warn when the " (:nxref :mode 'nyxt/mode/password:password-mode)
" cannot find password manager executable."))))

(define-version "4-pre-release-1"
(:li "When on pre-release, push " (:code "X-pre-release")
Expand Down

0 comments on commit 84d5db5

Please sign in to comment.