summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-02-14 14:47:15 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-02-14 16:14:27 +0000
commit93e80f057f768788213e4a9192ea39cb620c2450 (patch)
tree640febffe5c11a1a8cec75e90cdbbd9c60cf9bd5 /CHANGELOG.md
parent26485a0ad647455773ad508e97c06d8e86ecf2f4 (diff)
[Fix #1562] Actually disable cider-mode when it gets disabled
Previously we just always enabled 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 d3eae97b..5e046010 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ and try to associate the created connection with this project automatically.
### Bugs fixed
+* [#1562](https://github.com/clojure-emacs/cider/issues/1562): Actually disable cider-mode when it gets disabled.
* [#1540](https://github.com/clojure-emacs/cider/issues/1540): Fix cider-complete-at-point.
* [cider-nrepl#294](https://github.com/clojure-emacs/cider-nrepl/issues/294): Handle errors in the `complete-doc` nREPL op.
* [#1493](https://github.com/clojure-emacs/cider/issues/1493): Support special forms in eldoc.