summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChris Perkins <chrisperkins99@gmail.com>2016-03-31 14:06:29 -0600
committerChris Perkins <chrisperkins99@gmail.com>2016-03-31 14:06:29 -0600
commit3250a6f44d5a5259ef2cba53c65530dea08d60c8 (patch)
treea8d59df15be1d755732638287ece0cf9990cfdbc /CHANGELOG.md
parent168834dd4953cedcf48934d1fe8ebce8c8a4747d (diff)
Mention cider-nrepl#329 in CHANGELOG
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 156e1e70..778b708c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### Bugs fixed
+* [cider-nrepl#329](https://github.com/clojure-emacs/cider-nrepl/pull/329): Fix error instrumenting functions that call clojure.tools.logging.
* [#1632](https://github.com/clojure-emacs/cider/pull/1632): Redefining a function correctly updates eldoc.
* [#1630](https://github.com/clojure-emacs/cider/pull/1630): The debugger no longer gets confused inside `@` redefs.
* [#1599](https://github.com/clojure-emacs/cider/pull/1599): Don't error when test makes 0 assertions.