summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-09-01 16:07:55 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-09-01 16:07:55 +0300
commitf43a272d6dca186cedf915eaaaee496083d0c619 (patch)
tree040ed4858b1dc342d3d78da8b36194eacabe00cd /CHANGELOG.md
parentd8d3db5c8a8ae73951393ab4abb4a7f46700e052 (diff)
Add a basic Java classpath browser
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 43f848dc..15d6a929 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ simpler to gain understanding of what you're using.
* Enhance stacktrace to definition navigation to work for interactively defined vars.
* New vars: `cider-to-nrepl-filename-function` and `cider-from-nrepl-filename-function`
are used to translate filenames from/to the nREPL server (default Cygwin implementation provided).
+* Java classpath browser (`M-x cider-classpath`).
### Changes