summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2015-02-28 23:06:24 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2015-02-28 23:06:24 +0200
commit262119dcc5a64f81829b932cfa204dc1fcf8ae71 (patch)
tree7c5441c5b48aee2ffb724b3b9873421d6f92d62a /CHANGELOG.md
parent9520007fd22adb4427f2feb9cf9e8fc85e577a72 (diff)
parenta68fb5b0d9b1505746b6aa4e8bedf96009999413 (diff)
Merge pull request #995 from cichli/completion-metadata
Add options for configuring completion annotations
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb032cdd..fc76148b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,9 @@
* Warn when used with incompatible nREPL server.
* Allow the prompt to be tailored by adding `cider-repl-prompt-function` and `cider-repl-default-prompt`.
* Support for middleware-annotated completion candidates.
+ - `cider-annotate-completion-function` controls how the annotations are formatted.
+ - `cider-completion-annotations-alist` controls the abbreviations used in annotations.
+ - `cider-completion-annotations-include-ns` controls when to include the candidate namespace in annotations.
### Changes