summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-10-07 19:24:45 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-10-07 19:24:45 +0300
commit587bbe326690c7b180f2443a25eb72b31ce35655 (patch)
tree15e9e6a37eb0845e8bfd46689540231e10b6f1d4 /CHANGELOG.md
parentb19ca9a8b0002b7194a3e01e45b4340116924f66 (diff)
[#1820] Don't try to display eldoc in EDN buffers
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 cdbf7c19..ad07d6c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ within the scope of your current Emacs session.
* [#1677](https://github.com/clojure-emacs/cider/issues/1677): Interpret `\r` as a newline.
* [#1819](https://github.com/clojure-emacs/cider/issues/1819): Handle properly missing commands on `cider-jack-in`.
* Add option to define exclusions for injected dependecies. Fixes [#1824](https://github.com/clojure-emacs/cider/issues/1824): Can no longer jack-in to an inherited clojure version.
+* [#1820](https://github.com/clojure-emacs/cider/issues/1820): Don't try to display eldoc in EDN buffers.
## 0.13.0 (2016-07-25)