summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJeff Valk <jv@jeffvalk.com>2015-12-27 10:28:10 -0500
committerJeff Valk <jv@jeffvalk.com>2015-12-27 12:20:57 -0500
commit66217ea2de492f982956968faa893b2af23a1e85 (patch)
tree32da4af932b82a6201ddc08e02a2552c10b3abdc /CHANGELOG.md
parentf7988e7e2de44521367d8a017fb6a08d3398ac59 (diff)
Improve stacktrace presentation of compiler errors
Update display of compiler error causes in stacktrace buffer for readability. Place point where it makes sense: on the compile error if present, or on the first stack frame detail otherwise. This requires clojure-emacs/cider-nrepl@6b7fcb8.
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 c4752c04..b57a57c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ and try to associate the created connection with this project automatically.
* `cider-inspect` now operates by default on the last sexp. Its behavior can be altered via prefix arguments.
* Requires Clojure(Script) 1.7 or newer.
* Requires Java 7 or newer.
+* Improve stacktrace presentation of compiler errors (readability, DWIM point positioning).
### Bugs fixed