summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-26 09:22:12 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-26 09:22:12 +0200
commit89894cbda073257fe2cbe28969922a961975db92 (patch)
tree3e672023dc1fde5944cbe95111e35d050762c751 /CHANGELOG.md
parent8fccc91382bcbd4baa424033eac39bd09705673d (diff)
[Fix #1585] Show the eval command in the debugger's prompt
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 4baf496e..8a05a545 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@ and try to associate the created connection with this project automatically.
* `cider-test` commands now have keybindings in `cider-repl-mode`. The keybindings are exactly the same as those in `cider-mode`.
* Changed the binding of `cider-apropos-documentation` to `C-c C-d f` and `C-c C-d C-f` (it was `C-c C-d A`).
* [#1584](https://github.com/clojure-emacs/cider/issues/1584): Don't enable `eldoc-mode` automatically in `cider-repl-mode`.
+* [#1585](https://github.com/clojure-emacs/cider/issues/1585): Show the eval command in the debugger's prompt.
### Bugs fixed