summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-04-03 15:46:36 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-04-03 15:48:32 -0300
commit0c07030259916e4425d4f726b1693b57b5959641 (patch)
treecd6a712bc4403767c6daf435f90dda71d0d54aab /CHANGELOG.md
parent6f2fbb2e473c5a1dfe2777059f15d0480b328061 (diff)
Display multi-line eval overlays at the start of the following line
It looked weird that these overlays started on the middle of a line, but then folded onto the start of following lines.
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 4e1c38bf..8542db90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ an individual test using `C-c C-t t`.
### Changes
+* Display multi-line eval overlays at the start of the following line. It looked weird that these overlays started on the middle of a line, but then folded onto the start of following lines.
* [#1627](https://github.com/clojure-emacs/cider/issues/1627): Align the terminology used by `cider-test` with the one used by lein and boot (use the terms `assertion` and `test`).
* Remove the warning about missing nREPl ops.
* [#1420](https://github.com/clojure-emacs/cider/issues/1420): Show stacktrace buffers for sync requests errors.