summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-05-19 14:03:39 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-05-19 14:03:39 -0300
commit1981b72ebf8d06dbb0e8b74465b9132891a7bb31 (patch)
treeade2e75c889f0ee0217126d41061f3d76ffcd42f /CHANGELOG.md
parent383047261fd710b5c34a599e9fd4f4670c689a34 (diff)
Document the previous fix
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 fe1a54ba..e3832c34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,7 @@
### Bugs fixed
+* [#1755](https://github.com/clojure-emacs/cider/issues/1755): Impossible completion for multiple zombie REPL buffers.
* [#1712](https://github.com/clojure-emacs/cider/issues/1712): Bad compilation issue caused when installed along with `nim-mode`.
* Fix arglist display for `def` in the doc buffer.
* Use `cider-apropos-select` instead of `cider-apropos` in `cider-apropos-documentation-select`.