summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJeff Hui <jeff@mayvenn.com>2015-11-06 16:17:54 -0800
committerJeff Hui <jeff@mayvenn.com>2015-11-06 16:28:47 -0800
commite1ff8a27520a6eb478f092b64ee5bb70dd986d67 (patch)
treef6ddec2332bb44d0154550f729e551d0a155e00f /CHANGELOG.md
parent9118518dae236764c3009f3ebae2912f760a74b9 (diff)
Update test-report buffer when tests pass
If the user has the test-report buffer open. Update the buffer to show the tests pass instead of keeping previously failed errors. This is less confusing than seeing previously failed errors despite tests passing.
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 cc6ad27e..692d3092 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* [#1402](https://github.com/clojure-emacs/cider/pull/1402): When tests pass after previously failing, update the test-report buffer to show success.
* [#1373](https://github.com/clojure-emacs/cider/issues/1373): Add gradle support for `cider-jack-in`.
* Indentation of macros (and functions) [can be specified](https://github.com/clojure-emacs/cider#specifying-indentation) in the var's metadata, via [indent specs](Indent-Spec.md).
* [Abbreviated printing](https://github.com/clojure-emacs/cider-nrepl/pull/268) for functions multimethods. Instead of seeing `#object[clojure.core$_PLUS_ 0x4e648e99 "clojure.core$_PLUS_@4e648e99"]` you'll see `#function[clojure.core/+]`.