summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-03 11:48:51 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-03 11:48:51 +0300
commitaf5ac96b4d2aa9987fd746a79f1211c19eff0837 (patch)
tree34fa15b3a2f921cc302c5db981907837001f0b59 /CHANGELOG.md
parent3354b99797df332431045b21df96051b46bb02a6 (diff)
Display eldoc for Classname.
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 95586a8b..0ab375f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ an individual test using `C-c C-t t`.
* 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.
+* Display eldoc for `Classname.`.
### Changes