Skip to content

Commit

Permalink
changelog: Mention input handling refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmercouris authored and aadcg committed Mar 27, 2024
1 parent 3c71755 commit 51004e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@

(define-version "4.0.0"
(:ul
(:li "Refactor input to be handled on the buffer level rather than the window
level.")
(:li "Deprecate " (:code "input-skip-dispatcher") ".")
(:li "Move slot " (:nxref :slot 'command-dispatcher :class-name 'browser)
" from window to the browser class.")
(:li "Move slots " (:nxref :slot 'last-key :class-name 'buffer)
" and " (:nxref :slot 'key-stack :class-name 'buffer)
" from window to the buffer class.")
(:li "Refactor renderer interface input handling.")
(:li "Refactor custom schemes URLs API.")
(:li "Deprecate slot " (:code "input-dispatcher")
Expand Down

0 comments on commit 51004e0

Please sign in to comment.