summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimo Freiberg <timo.freiberg@novatec-gmbh.de>2018-06-29 14:44:15 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-06-30 00:09:31 +0200
commit0ca47cbb044a5a7f904064440179785fafd43b5e (patch)
treef53424be38e6b45a613fc31fb90ce43f77ac2db9 /CHANGELOG.md
parent571036e9d092d6773dfd1885763821a793d1f1ce (diff)
[Fix #2317] Allow cancelling stdin prompt
Add handler for the `quit` signal which sends an empty message to nREPL Add C-c C-c binding for `abort-recursive-edit` (which sends a `quit` signal)
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 2968af3d..d8b2e6d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
### Bugs fixed
+* [#2317](https://github.com/clojure-emacs/cider/issues/2317): The stdin prompt can now be cancelled.
* [#2328](https://github.com/clojure-emacs/cider/issues/2328): Added `cider-eval-sexp-to-point`.
* [#2310](https://github.com/clojure-emacs/cider/issues/2310): `cider-format-edn-last-sexp` will format the last sexp.
* [#2294](https://github.com/clojure-emacs/cider/issues/2294): Fix setting default stacktrace filters.