From f8369c348039d6fa09f1f869ddddf8f332185ac4 Mon Sep 17 00:00:00 2001 From: Vasily Postnicov Date: Fri, 31 May 2024 07:24:52 +0300 Subject: [PATCH] changelog: Mention reduce-tracking-mode fix. --- source/changelog.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index fe85621772d..35e3cd97f48 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -28,7 +28,10 @@ (define-version "3.11.7" (:nsection :title "Bug fixes" (:ul - (:li "Fix query handling when invoking command" (:nxref :command 'set-url) ".")))) + (:li "Fix query handling when invoking command" (:nxref :command 'set-url) ".") + (:li "Fix incorrect redirection when " + (:nxref :class-name 'nyxt/mode/reduce-tracking:reduce-tracking-mode) + " is enabled.")))) (define-version "3.11.6" (:nsection :title "Bug fixes"