branch: elpa/cider
commit 91de4e7b01d2684dc4cb94d43dc40018db1a8a77
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Update CHANGELOG for the macroexpand-undo fix
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebf8505371..8aee11f496 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,7 @@
 
 ### Bugs fixed
 
+- [#4089](https://github.com/clojure-emacs/cider/issues/4089): Fix 
`cider-macroexpand-undo` failing with a read-only error in the macroexpansion 
buffer.
 - [#4090](https://github.com/clojure-emacs/cider/pull/4090): Don't place 
evaluation fringe indicators in the REPL buffer (e.g. after `C-x C-e` there); 
they only make sense in Clojure source buffers.
 - [#4085](https://github.com/clojure-emacs/cider/pull/4085): Resolve 
unqualified ClojureScript core vars (e.g. their indentation metadata) against 
`cljs.core` in a cljs REPL, instead of always falling back to `clojure.core`.
 - [#4085](https://github.com/clojure-emacs/cider/pull/4085): Make a prefix 
argument to `cider-find-keyword` invert `cider-prompt-for-symbol` (matching the 
sibling find commands), instead of forcing the prompt on.

Reply via email to