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 44
55### New Features
66
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+
712### Changes
813
914* [ #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.
1018
1119### Bugs Fixed
1220
You can’t perform that action at this time.
0 commit comments