From 53060b3004028603877745519e408daff67a2088 Mon Sep 17 00:00:00 2001 From: Artyom Bologov Date: Mon, 6 Nov 2023 18:01:21 +0400 Subject: [PATCH] changelog: Mention password executable resolution warning. --- source/changelog.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index 85a5110d4e0..d95aa52cfba 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -928,7 +928,11 @@ invoked via " (:code "flatpak-spawn --host ") ".")))) (:nsection :title "UI/UX" (:ul (:li "Improve source heading buttons, layout and interactions in the " - (:nxref :class-name 'prompt-buffer) ".")))) + (:nxref :class-name 'prompt-buffer) "."))) + (: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")