summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-06-18 07:30:37 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-06-18 07:30:37 +0300
commit785eef68232ed74707b5897658ead756c5dcf0ed (patch)
tree46b544a387b1f89f7097c9a2e8f2d9fa3d8aebc0 /CHANGELOG.md
parentb610bf1944ba8a8dd800ade66a4d06353bc5d7d0 (diff)
Add a missing changelog entry
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 9522fcfa..af5f7403 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@
* Don't try to use ssh automatically when connecting to remote hosts and a direct connection fails. See `nrepl-use-ssh-fallback-for-remote-hosts`.
* [#1945](https://github.com/clojure-emacs/cider/pull/1945): Start nREPL servers bound to `::` by default using `cider-jack-in`.
* Renamed `cider-prompt-save-file-on-load` to `cider-save-file-on-load` and adjust its supported values accordingly (the default now is `'prompt` and `'always-save` is now simply `t`).
+* [#2014](https://github.com/clojure-emacs/cider/pull/2014): Unify the format for `forms-str` and `arglists-str`.
### Bugs Fixed