Skip to content

Commit

Permalink
migration: Mention hint style changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Jan 19, 2024
1 parent cab993a commit 33b2d1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/migration.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ major versions."
result)))))

(define-migration "4"
(hints-offset-x)
(:p "Deprecated in favor of "
(:nxref :slot 'nyxt/mode/hint:x-translation :class-name 'nyxt/mode/hint:hint-mode) ".")

(hints-offset-y)
(:p "Deprecated in favor of "
(:nxref :slot 'nyxt/mode/hint:y-translation :class-name 'nyxt/mode/hint:hint-mode) ".")

(message-buffer-height)
(:p "Deprecated in favor of " (:nxref :slot 'height :class-name 'message-buffer) ".")

Expand Down

0 comments on commit 33b2d1e

Please sign in to comment.