summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRafik Naccache <rafik.naccache@gmail.com>2015-09-14 23:47:37 +0100
committerRafik Naccache <rafik.naccache@gmail.com>2015-09-14 23:53:03 +0100
commit5721c14aeb0f4ec6defffe7b6d954c46df1239e9 (patch)
tree50a1f7da9b37d8661aa161f3f7903f29cdf8c259 /CHANGELOG.md
parenta3afb47c7d0e4cc1cc2f1729cce32cfadb2fd417 (diff)
[Fix #715] Add jump to error location when clicking on error message
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a250d55a..c701b74a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
## master (unreleased)
### New features
-
+* [#1325](https://github.com/clojure-emacs/cider/issues/1325): Jump to error location when clicking on the error message in the stack-trace pop-up.
* [#1301](https://github.com/clojure-emacs/cider/issues/1301): CIDER can do dynamic font-locking of defined variables, functions, and macros. This is controlled by the `cider-font-lock-dynamically` custom option.
* [#1271](https://github.com/clojure-emacs/cider/issues/1271): New possible value (`always-save`) for `cider-prompt-save-file-on-load`.
* [#1197](https://github.com/clojure-emacs/cider/issues/1197): Display some indication that we're waiting for a result for long-running evaluations.