summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-19 21:26:36 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-19 21:26:36 +0200
commit66eb1bb6d7304683a8fd82776aba5a972835e0a7 (patch)
tree9e73bd26a4ab0ec5d92bf9e9a408d65e033aa891 /CHANGELOG.md
parent7f0b7a8f5e929d938ae49885bd423e05b3ced566 (diff)
Make it possible to pass to the apropos commands a list of
space-separated words This is pretty much how Emacs's apropos works. The list of words is converted to a regexp behind the scenes.
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 b9cc8566..edf58365 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,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).
## 0.11.0 / 2016-03-03