Skip to content

Commit f8907bb

Browse files
committed
Small changelog tweaks
1 parent 208ff9a commit f8907bb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
* Inspector middleware now relies on `eval` middleware, adding support for ClojureScript.
3232
* Better printing of large amounts of exception cause data in the error buffer.
3333
- New defcustom, `cider-stacktrace-print-length` (boolean).
34-
* [#958](https://github.com/clojure-emacs/cider/pull/958) Reuse existing repl
34+
* [#958](https://github.com/clojure-emacs/cider/pull/958): Reuse existing repl
3535
buffers with dead processes. Users are now informed about existing zombie repl
3636
buffers and are offered the choice to reuse those for new connections.
3737
* New defcustom, `cider-prompt-for-symbol`. Controls whether to prompt for
3838
symbol when interactive commands require one. Defaults to t, which always
3939
prompts. Currently applies to all documentation and source lookup commands.
40-
* [#1032](https://github.com/clojure-emacs/cider/issues/1032) New functions, `cider-find-dwim` and
40+
* [#1032](https://github.com/clojure-emacs/cider/issues/1032): New functions, `cider-find-dwim` and
4141
`cider-find-dwim-other-window`. These functions combine the functionality of `cider-jump-to-var` and
4242
`cider-jump-to-resource`. Which are now renamed to `cider-find-var` and `cider-find-resource` respectively.
43-
* [#1014](https://github.com/clojure-emacs/cider/issues/1014) A prefix of <kbd>-</kbd> causes `cider-find-var` and
43+
* [#1014](https://github.com/clojure-emacs/cider/issues/1014): A prefix of <kbd>-</kbd> causes `cider-find-var` and
4444
`cider-find-resource` to show results in other window. Additionally, a double prefix argument <kbd>C-u C-u</kbd>
4545
inverts the meaning of `cider-prompt-for-symbol` and shows the results in other window.
4646
* [#1062](https://github.com/clojure-emacs/cider/issues/1062): Added completion candidates to `cider-find-resource`.
@@ -50,16 +50,16 @@
5050
* [#1078] Removed `cider-load-fn-into-repl-buffer`, bound to `C-c M-f` in the repl.
5151
* [#1019](https://github.com/clojure-emacs/cider/pull/1019):
5252
<kbd>C-u C-M-x</kbd> no longer does `eval-defun`+print-result. Instead it debugs the form at point.
53-
* [#854](https://github.com/clojure-emacs/cider/pull/854) Error navigation now
53+
* [#854](https://github.com/clojure-emacs/cider/pull/854): Error navigation now
5454
favors line information reported by the stacktrace, being more detailed than
5555
the info reported by `info` middleware.
56-
* [#854](https://github.com/clojure-emacs/cider/pull/854) Add `nrepl-dict` constructor.
56+
* [#854](https://github.com/clojure-emacs/cider/pull/854): Add `nrepl-dict` constructor.
5757
* [#934](https://github.com/clojure-emacs/cider/issues/934): Remove
5858
`cider-turn-on-eldoc-mode` in favor of simply using `eldoc-mode`.
59-
* [#953](https://github.com/clojure-emacs/cider/pull/953) Use `sshx` instead of `ssh` in `cider-select-endpoint`
60-
* [#956](https://github.com/clojure-emacs/cider/pull/956) Eval full ns form only when needed.
59+
* [#953](https://github.com/clojure-emacs/cider/pull/953): Use `sshx` instead of `ssh` in `cider-select-endpoint`
60+
* [#956](https://github.com/clojure-emacs/cider/pull/956): Eval full ns form only when needed.
6161
* Enable annotated completion candidates by default.
62-
* [#1031](https://github.com/clojure-emacs/cider/pull/1031) Interactive functions prompt with
62+
* [#1031](https://github.com/clojure-emacs/cider/pull/1031): Interactive functions prompt with
6363
symbol at point as a default value.
6464
* Remapped `cider-grimoire` to <kbd>C-c C-d r</kbd> & <kbd>C-c C-d C-r</kbd> to avoid
6565
conflicts with `<kbd>C-g</kbd>`.
@@ -68,7 +68,7 @@ conflicts with `<kbd>C-g</kbd>`.
6868

6969
* [#921](https://github.com/clojure-emacs/cider/issues/921): Fixed
7070
non-functioning `cider-test-jump` from test reports.
71-
* [#962](https://github.com/clojure-emacs/cider/pull/962) On error don't auto-jump to tooling files.
71+
* [#962](https://github.com/clojure-emacs/cider/pull/962): On error don't auto-jump to tooling files.
7272
* [#909](https://github.com/clojure-emacs/cider/issues/909): Fixed
7373
`cider-repl-set-ns`'s behavior for ClojureScript.
7474
* [#950](https://github.com/clojure-emacs/cider/issues/950): Eval `ns` form in the

0 commit comments

Comments
 (0)