branch: elpa/cider
commit 3341d1935b298be53255217b567f89ade04886f8
Author: yuhan0 <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update changelog
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b0f518497..ae699b1cf5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
## New features
+* [#3185](https://github.com/clojure-emacs/cider/pull/3185): Add feature to
`cider-eval-in-context` for automatically extracting parent let bindings when
called with `C-u` prefix argument.
* 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.