summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-20 10:31:24 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-20 10:31:24 +0200
commit25ce8044230b4e441d515bb3ffa13b396797913f (patch)
tree702fb6922b6a2a587c2d72423d8c0f81cb033d1f /CHANGELOG.md
parent66eb1bb6d7304683a8fd82776aba5a972835e0a7 (diff)
[#1541] Add versions of the apropos commands using completing read
Basically instead of seeing the results in a dedicated buffer, you'll now see them in the minibuffer.
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 edf58365..967419cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* Javadoc commands take into account the variable `clojure.java.javadoc/*remote-javadocs*`.
* Javadoc also works on classes of the AmazonAWS Java SDK.
* Apropos commands now accept lists of space-separated words as arguments, in addition to regular expressions (similar to Emacs's own apropos commands).
+* [#1541](https://github.com/clojure-emacs/cider/issues/1541): New commands `cider-apropos-select` and `cider-apropos-documentation-select`.
## 0.11.0 / 2016-03-03