summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexander Yakushev <alex@bytopia.org>2015-07-17 21:07:25 +0300
committerAlexander Yakushev <alex@bytopia.org>2015-07-18 15:42:35 +0300
commit969063f0ceb1187f5da76cfea7336bf4e20b5f19 (patch)
tree23edb6bf327db61f574d58e44cebbb3a59a6746b /CHANGELOG.md
parent13bf8efcb0925bb143d3be2ebb50d338304912eb (diff)
Add pagination of long collections to inspector
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 80c42934..436f6f4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* [#1212](https://github.com/clojure-emacs/cider/pull/1212): Add pagination of long collections to inspector.
* [#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.
* [#1195](https://github.com/clojure-emacs/cider/pull/1195): CIDER can [create cljs REPLs](https://github.com/clojure-emacs/cider#clojurescript-usage).
* [#1191](https://github.com/clojure-emacs/cider/pull/1191): New custom variables `cider-debug-print-level` and `cider-debug-print-length`.