diff --git a/_build/trivial-clipboard b/_build/trivial-clipboard index 13b53720306..6ddf8d5dff8 160000 --- a/_build/trivial-clipboard +++ b/_build/trivial-clipboard @@ -1 +1 @@ -Subproject commit 13b53720306c0e6a13eccf4674d28ee5361127ae +Subproject commit 6ddf8d5dff8f5c2102af7cd1a1751cbe6408377b diff --git a/source/changelog.lisp b/source/changelog.lisp index 499261488a1..e4da06273f3 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -825,6 +825,18 @@ 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 ""))) + (:nsection :title "Bug fixes" + (:ul + (:li "Fix clipboard facilities on X11 and Wayland."))) + ;; (:nsection :title "UI/UX" + ;; (:ul + ;; (:li ""))) + ) + (define-version "4-pre-release-1" (:li "When on pre-release, push " (:code "X-pre-release") " feature in addition to " (:code "X-pre-release-N") "one."))