summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-08 08:36:45 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-08 08:36:45 +0200
commit4b5f28bfadd2428c3a8386dcb982993a29ea4e84 (patch)
tree5884bc064a1c950c54b78d814fd50e4d1bc00456 /CHANGELOG.md
parent9af225e00509ba5a68bff312cfae45e19f594eac (diff)
Add the ability to jump to the profiler buffer using `cider-selector`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 193a79ce..b05c4f39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* Introduce a new command named `cider` (`C-c M-x`) that acts as a simple wrapper around all commands for starting/connecting to REPLs.
* [#2305](https://github.com/clojure-emacs/cider/issues/2305): Make it possible to disable the REPL type auto-detection by customizing `cider-repl-auto-detect-type`.
* [#2373](https://github.com/clojure-emacs/cider/issues/2373): Make it possible to configure the welcome message displayed in scratch buffers via `cider-scratch-initial-message`.
+* Add the ability to jump to the profiler buffer using `cider-selector`.
### Bugs fixed