Skip to content

Commit

Permalink
changelog: Mention clipboard bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Aug 22, 2023
1 parent 0084b9c commit 833dd5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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."))
Expand Down

0 comments on commit 833dd5b

Please sign in to comment.