summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-06-06 14:41:14 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-06-06 14:41:14 +0300
commitb1db3aa9df511946201fff4cddb3a1c2b2028ccd (patch)
tree5c7caa1e2b831f126cadcbb669ace77ce83aed71 /CHANGELOG.md
parent5e23b8dc4d54159c3f24f3f1318833df9fc28ec2 (diff)
Make it possible to select the error buffer via cider-select
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57356b0e..e1032aec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master
+### New features
+
* [#537](https://github.com/clojure-emacs/cider/pull/537) New support for
Java symbol lookup from cider-nrepl's info middleware.
* [#570](https://github.com/clojure-emacs/cider/pull/570) Enable toggling
@@ -9,6 +11,7 @@ of the 'all' filter on stacktraces.
* [#588](https://github.com/clojure-emacs/cider/pull/588) New `doc-mode`
for presenting fontified documentation, including Javadoc.
* New interactive command `cider-toggle-trace`.
+* `cider-select` can now switch to the `*cider-error*` buffer (bound to `x`).
### Changes