[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider 9b92811491 1/2: Tweak a couple of changelog entries
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/cider 9b92811491 1/2: Tweak a couple of changelog entries |
Date: |
Tue, 3 Dec 2024 12:59:46 -0500 (EST) |
branch: elpa/cider
commit 9b92811491391b0d2d90ea634cfcbb9212ffa4b5
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Tweak a couple of changelog entries
---
CHANGELOG.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3005b17427..f7b83435cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,6 @@
### Changes
- Bump the injected `cider-nrepl` to
[0.50.3](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0503-2024-12-02).
-- [#3754](https://github.com/clojure-emacs/cider/issues/3754): Fix regex in
`cider-ns-from-p`.
- [#3753](https://github.com/clojure-emacs/cider/pull/3753): Add
`cider-log-show-frameworks` command to show available log frameworks in a
buffer.
- [#3746](https://github.com/clojure-emacs/cider/issues/3746): Bring back
`cider` completion style for activating backend-driven completion.
@@ -13,7 +12,8 @@
- [#3742](https://github.com/clojure-emacs/cider/issues/3742): Restore syntax
highlighting of result in the minibuffer.
- [#3747](https://github.com/clojure-emacs/cider/issues/3747): Fix errors when
docstring is `nil`.
-- [#3757](https://github.com/clojure-emacs/cider/issues/3757): Fix inspector's
def-current-value selecting wrong REPL when multiple are connected.
+- [#3757](https://github.com/clojure-emacs/cider/issues/3757): Fix inspector's
`def-current-value` selecting wrong REPL when multiple are connected.
+- [#3754](https://github.com/clojure-emacs/cider/issues/3754): Fix regex in
`cider-ns-from-p`.
## 1.16.0 (2024-09-24)