File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### New Features
6
6
7
+ * [ #2083 ] ( https://github.com/clojure-emacs/cider/pull/2083 ) : New utility function ` cider-add-face ` .
8
+ * [ #2083 ] ( https://github.com/clojure-emacs/cider/pull/2083 ) : New utility function ` cider-run-chained-hook ` .
9
+ * [ #2083 ] ( https://github.com/clojure-emacs/cider/pull/2083 ) : New ` cider-repl-preoutput-hook ` that allows custom output processing.
10
+ * [ #2083 ] ( https://github.com/clojure-emacs/cider/pull/2083 ) : Highlight clojure.spec keywords in REPL (` cider-repl-highlight-spec-keywords ` pre-output processor).
11
+
7
12
### Changes
8
13
9
14
* [ #2045 ] ( https://github.com/clojure-emacs/cider/issues/2045 ) ` *cider-scratch* ` buffers are no longer automatically killed on connection quit.
15
+ * [ #2083 ] ( https://github.com/clojure-emacs/cider/pull/2083 ) : Jump to other window when clicking on location references in REPL.
16
+ * [ #2083 ] ( https://github.com/clojure-emacs/cider/pull/2083 ) : Improve project namespace highlighting in REPLs.
17
+ * [ #2083 ] ( https://github.com/clojure-emacs/cider/pull/2083 ) : Find locations in more cases when clicking on references in REPL.
10
18
11
19
### Bugs Fixed
12
20
You can’t perform that action at this time.
0 commit comments