summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsanjayl <sanjay.linganna@gmail.com>2016-03-30 22:36:57 -0400
committersanjayl <sanjay.linganna@gmail.com>2016-04-01 11:31:00 -0400
commit73a5d19d84012cd914e42161300e5be8d95fe50f (patch)
treef1b79bfc5a0897b3751d47a03e7d9ea100597fb8 /CHANGELOG.md
parent6a5693a7c907e8286a9b3399860f6090fe5427ba (diff)
Let sync op failures use stacktrace viewer
This lets sync ops use the stacktrace viewer, just like how async ops currently do. Requires some changes to the CIDER-nREPL code as well which were submitted as CIDER-nREPL PR 327 https://github.com/clojure-emacs/cider-nrepl/pull/327.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4670b650..c5c5119c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
### Bugs fixed
+
+* [#1420](https://github.com/clojure-emacs/cider/issues/1420): Show stacktrace buffers for sync requests errors.
* [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.