summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-13 09:55:27 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-13 09:55:27 +0200
commit8939b9ed3b9ed9a575f9f4f2af34944afca5577b (patch)
tree692c41a7b9f81f39d087918db194c194ae49d2f4 /CHANGELOG.md
parent07a2f0429459a09e180b1a48cfd519a7c80dabd4 (diff)
Fix namespace navigation in the namespace browser
Also - find doc and source commands will now work for namespaces as well (they used to work only with vars).
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 fab2dafa..a32ea8bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,7 @@ and try to associate the created connection with this project automatically.
* [#1493](https://github.com/clojure-emacs/cider/issues/1493): Support special forms in eldoc.
* [#1529](https://github.com/clojure-emacs/cider/issues/1529): Close nREPL message buffer when you quit its matching connection.
* [#707](https://github.com/clojure-emacs/cider/issues/707): Better support clojure.test/with-test.
+* Fix namespace navigation in the namespace browser.
## 0.10.2 / 2016-01-27