summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-03 11:41:51 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-03 11:41:51 +0300
commit3354b99797df332431045b21df96051b46bb02a6 (patch)
treeb20cc414f8a1b4e0705d81be151f77a98544ef73 /CHANGELOG.md
parent2da311e5bfb67dc6274d436926e6e0ac6d61526f (diff)
Display eldoc for keywords used to get map keys
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 f2290fd4..95586a8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ an individual test using `C-c C-t t`.
* New function `cider-expected-ns` is like `clojure-expected-ns`, but uses classpath for better results. See [clojure-mode#372](https://github.com/clojure-emacs/clojure-mode/issues/372).
* A double prefix argument (`C-u C-u`) for `cider-eval-defun-at-point` debugs the sexp at point instead of the entire defun, and offers to create a conditional breakpoint.
* New command `cider-load-all-project-ns` allows you to load all project namespaces.
+* Display eldoc for keywords used to get map keys.
### Changes