From ac53c9ed1746670f309e9fe53bf5eaf7867fd9ec Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 28 Aug 2023 11:56:41 +0300 Subject: [PATCH] changelog: changelog: Major review for 3.6.1 version. --- source/changelog.lisp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/source/changelog.lisp b/source/changelog.lisp index 2250355cd35..16946e2fb27 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -825,18 +825,11 @@ Chromium, Brave and Vivaldi. For instance, " (:li "Redesign status buffer buttons.") (:li "Minor review of " (:a :href (nyxt-url 'new) "start page") ".")))) -(define-version "3.X.Y" - ;; (:nsection :title "Features" - ;; (:ul - ;; (:li ""))) +(define-version "3.6.1" (:nsection :title "Bug fixes" (:ul (:li "Fix clipboard facilities on X11 and Wayland.") (:li "Fix source code location on Flatpak.") (:li "Fix " (:nxref :mode 'nyxt/mode/style:dark-mode) " and the " (:nxref :command 'nyxt/mode/bookmarklets:darken) - " bookmarklet command."))) - ;; (:nsection :title "UI/UX" - ;; (:ul - ;; (:li ""))) - ) + " bookmarklet command."))))