summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-18 23:29:11 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-18 23:29:11 -0700
commit002409185ca9b8e2989333e7ff243716a0df2618 (patch)
tree3307fd8b218338c63160a25153048a1bca33cb49 /CHANGELOG.md
parent712431af7364170d0136fa62ee1f9438fffab812 (diff)
Use cider-apropos-select in cider-apropos-documentation-select
Copy-pasting is evil...
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21f1bb50..92d8e826 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
* Signal an error sooner if the user misconfigured `cider-known-endpoints`.
+### Bugs fixed
+
+* Use `cider-apropos-select` instead of `cider-apropos` in `cider-apropos-documentation-select`.
+
## 0.12.0 (2016-04-16)
### New Features