branch: elpa/cider
commit fb7aa888125dfd5f174b6c208deca66d3fc129ab
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Tweak some changelog entries
---
CHANGELOG.md | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 994f1ccca35..9088359dd0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 1.20.0 (2025-11-05)
+
### New features
- [#3847](https://github.com/clojure-emacs/cider/issues/3847): Inspector: tidy
up namespaced-qualified keywords.
@@ -12,17 +14,17 @@
- * [nrepl#385](https://github.com/nrepl/nrepl/pull/385): Preserve filename
in functions compiled during regular eval.
- Bump the injected `piggieback` to
[0.6.1](https://github.com/nrepl/piggieback/blob/master/CHANGES.md#061-2025-12-31).
- Bump the injected `cider-nrepl` to
[0.58.0](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0580-2025-10-16).
- - *
[cider-nrepl#951](https://github.com/clojure-emacs/cider-nrepl/pull/951):
Debug: correctly process #dbg tag during load-file.
-- [#3834](https://github.com/clojure-emacs/cider/issues/3834): Change
cider-ns-refresh to always use Clojure REPL.
+ - *
[cider-nrepl#951](https://github.com/clojure-emacs/cider-nrepl/pull/951):
Debug: correctly process `#dbg` tag during `load-file`.
+- [#3834](https://github.com/clojure-emacs/cider/issues/3834): Change
`cider-ns-refresh` to always use Clojure REPL.
### Bugs fixed
-- [#3832](https://github.com/clojure-emacs/cider/issues/3832): Fix
nrepl--eval-request sending duplicate info.
-- [#3837](https://github.com/clojure-emacs/cider/issues/3837): Fix broken
stacktrace response when C-c C-p throws an exception.
+- [#3832](https://github.com/clojure-emacs/cider/issues/3832): Fix
`nrepl--eval-request` sending duplicate info.
+- [#3837](https://github.com/clojure-emacs/cider/issues/3837): Fix broken
stacktrace response when `C-c C-p` throws an exception.
- [orchard#353](https://github.com/clojure-emacs/orchard/pull/353):
Stacktrace: flag Clojure functions as duplicate.
- [orchard#355](https://github.com/clojure-emacs/orchard/pull/355): Java:
resolve source files for non-base JDK classes.
-- [#3834](https://github.com/clojure-emacs/cider/issues/3834): Fix
cider-ns-refresh throwing an error when a clojure REPL exists, but
cider-current-repl does not support the required operations.
-- [#3848](https://github.com/clojure-emacs/cider/issues/3848): Format: fix
cider-format crashing when format options are set.
+- [#3834](https://github.com/clojure-emacs/cider/issues/3834): Fix
`cider-ns-refresh` throwing an error when a Clojure REPL exists, but
`cider-current-repl` does not support the required operations.
+- [#3848](https://github.com/clojure-emacs/cider/issues/3848): Format: fix
`cider-format` crashing when format options are set.
## 1.19.0 (2025-07-10)