summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-05-25 12:39:50 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-05-25 12:39:50 +0300
commitf42b26202fb8ae2df32f31e8a6ac93e697c48ae6 (patch)
tree27d430af523eb6ee9b05cd29df3e6adf93d7814a /CHANGELOG.md
parentcbad6b2d11afa55a8ae1caf42d17d9359241aa5d (diff)
Rename `cider-prompt-save-file-on-load` to `cider-save-file-on-load`
This also adjusts its supported values accordingly - the default now is `'prompt` and `'always-save` is now simply `t`.
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 9f175412..d3e271e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@
* Drop support for Emacs 24.3.
* 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`).
### Bugs Fixed