Skip to content

Commit 1390fca

Browse files
yuhan0bbatsov
authored andcommitted
Update changelog
1 parent 17df85a commit 1390fca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
## New features
66

7+
* [#3188](https://github.com/clojure-emacs/cider/pull/3188): Add support for `undef-all` op, for removing stale vars and conflicting aliases.
8+
* Add new command `cider-undef-all`.
9+
* Existing commands `cider-load-buffer`, `cider-load-file`, and `cider-eval-ns-form` can be called with `C-u` prefix to execute `undef-all` before reloading the ns.
710
* [#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.
811
* Add new interactive command `cider-inspire-me`. It does what you'd expect.
912
* [#3162](https://github.com/clojure-emacs/cider/pull/3162): Save eval results into kill ring and registers.

0 commit comments

Comments
 (0)