summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-02-27 22:08:14 +0000
committerMichael Griffiths <mikey@cich.li>2015-02-27 22:24:28 +0000
commitcf495921c07556ef88e6cd7dc78187a86301d55e (patch)
treea6ed4bf9f3de8e8e9c541d1c90c6b5fd19c7acf7 /CHANGELOG.md
parent57d7776fde955f164be7b41f0ab244f0204e595a (diff)
Enable annotated completion candidates by default
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 163d8385..397d4f02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@
* [#934](https://github.com/clojure-emacs/cider/issues/934): Remove
`cider-turn-on-eldoc-mode` in favor of simply using `eldoc-mode`.
* [#953](https://github.com/clojure-emacs/cider/pull/953) Use `sshx` instead of `ssh` in `cider-select-endpoint`
+* Enable annotated completion candidates by default.
### Bugs fixed