summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-07-15 15:58:51 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-07-19 22:12:26 +0300
commitb13a70c089fd725fd9ef458a36ba30a08f2898ee (patch)
tree2fec2da65a93a25e9133672431d6e0a2b0269779 /CHANGELOG.md
parentaf7c76f9ba99f171a3bf53efd77f22974c3b9481 (diff)
Add support for interactive location references in REPL
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68f9d43c..87e10386 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@
### New Features
* [#2050](https://github.com/clojure-emacs/cider/pull/2050) Use `view-mode` for `cider-grimoire` buffers
+* Make stacktraces and other location references in REPL clickable.
+* Highlight root namespace in REPL stacktraces.
* Filter stacktrace to just frames from your project.
* [#1918](https://github.com/clojure-emacs/cider/issues/1918): Add new commands `cider-browse-spec` and `cider-browse-spec-all` which start a spec browser.
* [#2015](https://github.com/clojure-emacs/cider/pull/2015): Show symbols as special forms *and* macros in `cider-doc`