summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-24 20:54:06 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-24 20:54:06 +0300
commit63b4fcac4da76ec8f2b44539e6c8c7095e1b3227 (patch)
tree04644544967ba1d753225ffe14955d89ff4a65bf /CHANGELOG.md
parent0d70afd89ae040afe308aa08b3bb803cd0b04640 (diff)
[Fix #1980] Echo back missing namespace name on interactive eval
Note that this requires nREPL 0.4.3+. See https://github.com/nrepl/nREPL/commit/e77945a70f68989f69e955eef9e6cbe75cedacf4 for the related nREPL change.
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 4cad4b0b..35fd572d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
* [#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`.
+* [#1980](https://github.com/clojure-emacs/cider/issues/1980): Echo back missing namespace name on interactive eval (requires nREPL 0.4.3+).
### Bugs fixed