Skip to content
Prev Previous commit
Next Next commit
Update changelog
  • Loading branch information
yuhan0 committed Apr 27, 2022
commit bf5f74dcd9d78bbd082f11e33d8dd13be39ec40c
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down