summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVasilij Schneidermann <v.schneidermann@gmail.com>2016-04-12 08:26:44 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-11 23:26:44 -0700
commit014fb4081d24dfd0686dcc0a290577f75828957e (patch)
tree3c4ab405f1c74d46906f56812b05de607e542121 /CHANGELOG.md
parent7dcdce7a6e2ea0728344e9136d3bd5261dacc028 (diff)
Tag and remove cider-test overlays only (#1663)
Fixes #1643
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 b9576f0b..fe39d726 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,7 @@
### Bugs fixed
* [cider-nrepl#329](https://github.com/clojure-emacs/cider-nrepl/pull/329): Fix error instrumenting functions that call clojure.tools.logging.
+* [#1643](https://github.cim/clojure-emacs/cider/issues/1643): Running tests no longer deletes unrelated overlays.
* [#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.