summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-08-09 11:26:48 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-08-10 08:53:26 +0300
commit4c3341d0c6dba7ad23a74bd9d03029f174830387 (patch)
tree3bdccca7236fabf8349cb815740dc8f15186a905 /CHANGELOG.md
parent9c3b1863a9e80cce672762fbbfeee98842da2a49 (diff)
Document debugger fixes
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 d68f7204..f3a8b364 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
### Bugs Fixed
+* [#2004](https://github.com/clojure-emacs/cider/issues/2004), [#2039](https://github.com/clojure-emacs/cider/issues/2039), [cider-nrepl#420](https://github.com/clojure-emacs/cider-nrepl/issues/420) Fix namespace issues in instrumentation and debugging commands.
* Project-Only stacktrace filter: hide all other tags when viewing project-only stacktrace.
* Fix interactive evaluation in cljc buffers with only one connection.
* [#2058](https://github.com/clojure-emacs/cider/pull/2058) Don't cache ns-forms in buffers with no such forms.