Skip to content

Commit 9bc6a18

Browse files
committed
Update the changelog
1 parent bab8f35 commit 9bc6a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Add new interactive command `cider-inspire-me`. It does what you'd expect.
99
* [#3162](https://github.com/clojure-emacs/cider/pull/3162): Save eval results into kill ring and registers.
1010
* Add new customization variable `cider-eval-register` to automatically store the last interactive eval result into the specified register.
11-
* Add interactive command `cider-kill-last-result` to manually save the last eval result into kill ring.
11+
* Add interactive command `cider-kill-last-result` to manually save the last eval result into kill ring.
1212

1313
### Changes
1414

@@ -20,6 +20,7 @@
2020
* [#3170](https://github.com/clojure-emacs/cider/issues/3170): Skip ensure repl available checks on xref functions. (this improves the interop with `clojure-lsp`)
2121
* [#3173](https://github.com/clojure-emacs/cider/issues/3173): Locally remove `cider-complete-at-point` from `completion-at-point-functions` instead of killing it as a local variable.
2222
* [#3172](https://github.com/clojure-emacs/cider/issues/3172): Restore the long-lost (but critical) inspirational message on connect.
23+
* [#3186](https://github.com/clojure-emacs/cider/pull/3186): An assortment of small fixes.
2324

2425
## 1.3.0 (2021-03-07)
2526

0 commit comments

Comments
 (0)