summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNeil Okamoto <neil.okamoto@gmail.com>2018-03-10 12:39:15 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-03-12 08:01:20 +0700
commitd628e2e77cde029db16bd6a32047d47a3236d942 (patch)
tree95af879b71a92817212abbf93742da37f38d43cb /CHANGELOG.md
parent6b86f1af84c6731d55f29e913fe58684a65e6b4c (diff)
[#2235] Make repl ignore a blank string rather than evaluating it
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 feeb5fdd..0d0dd117 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
* New interactive command `cider-cheatsheet` allows you to browse the Clojure Cheatsheet with an Emacs interface.
* [#2191](https://github.com/clojure-emacs/cider/issues/2191): Add support for jacking-in just with the `clojure` command-line tool and `tools.deps`.
* Make it possible to start a Nashorn ClojureScript REPL.
+* [#2235](https://github.com/clojure-emacs/cider/pull/2235): Make the REPL ignore blank input rather than evaluating.
### Bugs Fixed