summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-02-21 11:18:48 +0000
committerMichael Griffiths <mikey@cich.li>2015-02-21 11:25:55 +0000
commit8a18cf9a081ff7ebd88009db6768498971146b9c (patch)
treeb45206f148e74d8fd9a00fb9be8c0374bbcc8a24 /CHANGELOG.md
parentfa13772cc6d2e24b9f156bd874410ec0d76eba73 (diff)
Prefer find-buffer-visiting to get-file-buffer
Fixes #981.
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 e0e1656c..2f7cf794 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,7 @@ non-functioning `cider-test-jump` from test reports.
when in buffer that's not visiting a file (e.g. a REPL buffer).
* [#977](https://github.com/clojure-emacs/cider/issues/977): `cider-format-region` now respects indentation of the region start position.
* [#979](https://github.com/clojure-emacs/cider/issues/979): Fixed the inspector buffer popping up needlessly.
+* [#981](https://github.com/clojure-emacs/cider/issues/981): Updated `cider-find-file` to use `find-buffer-visiting` instead of `get-file-buffer`.
## 0.8.2 / 2014-12-21