summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDmitry Matveyev <dm.matveyev@protonmail.com>2018-07-23 20:18:55 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-07-24 09:36:30 +0300
commit3e645d1baf5bae686a548afe8d1b6a70dc0d8ec0 (patch)
tree05a305bca74e09500faa8f66ebe5895834076ac1 /CHANGELOG.md
parentaef642f518992975f51b40e1f347f482a26e9ae6 (diff)
[Fix #2291] Fix `cider-use-tooltips` variable to work as expected
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 94986346..83a27551 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@
* [#2286](https://github.com/clojure-emacs/cider/issues/2286): Fix eldoc issue with images in the REPL.
* [#2307](https://github.com/clojure-emacs/cider/pull/2307): Use a better error when a cljs repl form cannot be found.
* Fix the broken test selector functionality.
+* [#2291](https://github.com/clojure-emacs/cider/issues/2291): `cider-use-tooltips` custom variable works as expected.
### Changes