summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2015-08-05 14:18:13 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2015-08-05 14:18:13 +0300
commit070f547bb5ff8745a51da82c9bde6d772889a5f9 (patch)
tree5b3050ad7bd4b9cb06d4b5d966e98bde09831010 /CHANGELOG.md
parent7432d241e0b1428cdd2c9819fb5877ca717d5cd5 (diff)
parent0bc06d67c0c0c095288e573d64b394d547174606 (diff)
Merge pull request #1235 from Malabarba/master
Add support for `(...) to the debugger
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 1c5d571e..14f2a70b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* [#1235](https://github.com/clojure-emacs/cider/pull/1235): Add support for syntax-quoted forms to the debugger.
* [#1212](https://github.com/clojure-emacs/cider/pull/1212): Add pagination of long collections to inspector.
* [#1237](https://github.com/clojure-emacs/cider/pull/1237): Add two functions for use with `cider-repl-prompt-function`, `cider-repl-prompt-lastname` and `repl-prompt-abbreviated`.
* [#1201](https://github.com/clojure-emacs/cider/pull/1201): Integrate overlays with interactive evaluation. `cider-use-overlays` can be used to turn this on or off.