branch: elpa/cider commit a9679d33f18c03b99583d44dfe5fdd0f5737548b Author: yuhan0 <qyth...@gmail.com> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7b03af71..1b0f518497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ## New features * Add new interactive command `cider-inspire-me`. It does what you'd expect. +* [#3162](https://github.com/clojure-emacs/cider/pull/3162): Save eval results into kill ring and registers. + * Add new customization variable `cider-eval-register` to automatically store the last interactive eval result into the specified register. + * Add interactive command `cider-kill-last-result` to manually save the last eval result into kill ring. ### Changes