summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-08-30 21:55:13 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-09-05 20:37:45 +0300
commit61c1f0b53cb1488fb1d264c890e39bacca0e6bb9 (patch)
treeeed273f82962a9ea718ccc2bc44ec40e94deb0c9 /CHANGELOG.md
parent87ccc00e9401c54aef2f7bf93fca704cee251084 (diff)
Document recent changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e22a192..5a8224dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,17 @@
### New Features
+* [#2083](https://github.com/clojure-emacs/cider/pull/2083): New utility function `cider-add-face`.
+* [#2083](https://github.com/clojure-emacs/cider/pull/2083): New utility function `cider-run-chained-hook`.
+* [#2083](https://github.com/clojure-emacs/cider/pull/2083): New `cider-repl-preoutput-hook` that allows custom output processing.
+* [#2083](https://github.com/clojure-emacs/cider/pull/2083): Highlight clojure.spec keywords in REPL (`cider-repl-highlight-spec-keywords` pre-output processor).
+
### Changes
* [#2045](https://github.com/clojure-emacs/cider/issues/2045) `*cider-scratch*` buffers are no longer automatically killed on connection quit.
+* [#2083](https://github.com/clojure-emacs/cider/pull/2083): Jump to other window when clicking on location references in REPL.
+* [#2083](https://github.com/clojure-emacs/cider/pull/2083): Improve project namespace highlighting in REPLs.
+* [#2083](https://github.com/clojure-emacs/cider/pull/2083): Find locations in more cases when clicking on references in REPL.
### Bugs Fixed