Skip to content

Commit

Permalink
Next release will be 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Nov 20, 2023
1 parent 38c548e commit 43e9c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ Only the background color is significant."
:group 'transient-faces)

(define-obsolete-face-alias 'transient-separator 'transient-separator-line
"transient 0.4.4")
"Transient 0.5.0")

(defgroup transient-color-faces
'((transient-semantic-coloring custom-variable))
Expand Down Expand Up @@ -1439,7 +1439,7 @@ Usually it remains selected while the transient is active.")
Usually it remains current while the transient is active.")

(define-obsolete-variable-alias 'transient--current-buffer
'transient--shadowed-buffer "0.4.4")
'transient--shadowed-buffer "Transient 0.5.0")
(defvar transient--shadowed-buffer nil
"The buffer that is temporarily shadowed by the transient buffer.
This is bound while the suffix predicate is being evaluated and while
Expand Down

0 comments on commit 43e9c16

Please sign in to comment.