emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 1390fcad32 6/8: Update changelog


From: ELPA Syncer
Subject: [nongnu] elpa/cider 1390fcad32 6/8: Update changelog
Date: Sat, 30 Apr 2022 21:58:01 -0400 (EDT)

branch: elpa/cider
commit 1390fcad32b6126cf6af33101b74476f2c755ebf
Author: yuhan0 <qythium@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Update changelog
---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86f218df67..6bb72a6029 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
 
 ## New features
 
+* [#3188](https://github.com/clojure-emacs/cider/pull/3188): Add support for 
`undef-all` op, for removing stale vars and conflicting aliases.
+  * Add new command `cider-undef-all`.
+  * 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.
 * [#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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]