summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-07-10 05:36:23 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-07-10 05:36:23 +0300
commit61894b3bbdcc33630e7cf62d325cc08362e09a4e (patch)
treedde5ee04f74611073f41f5bad814fd0fe5f0ed8a /CHANGELOG.md
parentd445ffcd3627980bbb44842aedc1bff4933dfa7b (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 05883111..ee590508 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,7 @@
* 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`.
* [#2027](https://github.com/clojure-emacs/cider/pull/2027): Mark many custom variables relating to `cider-jack-in` as safe.
+* [#2023](https://github.com/clojure-emacs/cider/issues/2023): Make popup-buffer sexp indentation optional.
### Bugs Fixed