summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2016-12-23 16:46:13 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-12-24 19:25:34 +0200
commit8b074cbe15149c7c1fcdbdb9342f61ace89896cc (patch)
treed64bd2270793998c75bf9cb7a4a6bc4452fb75ab /CHANGELOG.md
parentd12ba39b7ea2fb229a9f227b7775750a5aae5f42 (diff)
[Fix #1897] Bind terminal TAB in stacktrace-mode
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 c6c87876..41afb29f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
* [#1707](https://github.com/clojure-emacs/cider/issues/1707): Allow to customize line truncating in CIDER's special buffers.
* [#1876](https://github.com/clojure-emacs/cider/issues/1876): Set pretty-printing width with `cider-repl-pretty-print-width`. If this variable is not set, fall back to `fill-column`.
* [#1875](https://github.com/clojure-emacs/cider/issues/1875): Ensure cljc buffers can load buffer into both clj and cljs repls.
+* [#1897](https://github.com/clojure-emacs/cider/issues/1897): Bind TAB in stacktrace buffers in the terminal.
## 0.14.0 (2016-10-13)