Skip to content

Commit

Permalink
changelog.lisp: Add information about changes to Status area.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmercouris committed Oct 28, 2023
1 parent 27fd3a2 commit 62af0bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,11 @@ Nyxt version exists. It is only raised when the major version differs.")
(:nxref :command 'nyxt/mode/prompt-buffer:toggle-attributes-display)
" and behavior of UI elements relying on it."))))

(define-version "3.X.Y"
(:nsection :title "UI/UX"
(:ul
(:li "Simplify status bar CSS. Make URL area clickable."))))

(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 62af0bf

Please sign in to comment.