Skip to content

Commit

Permalink
changelog: Detail prompter update changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed May 31, 2023
1 parent 5a2e061 commit c71544c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,8 @@ all modes, when using the CUA keyscheme."))
(:h3 "Programming interfaces")
(:ul
(:li (:code "conservative-history-movement-p") " was deprecated in favor of "
(:nxref :slot 'global-history-p :class-name 'buffer) ".")))
(:nxref :slot 'global-history-p :class-name 'buffer) ".")
(:li "The " (:code "prompter") " was updated and uses a slightly different API based on Lparallel. Noteworthy
changes include " (:code "prompter:result-channel") " which is now a promise and
the " (:code "prompt-buffer-canceled") " which has been deprecated in favor
of " (:code "prompter:canceled") ".")))

0 comments on commit c71544c

Please sign in to comment.