summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsyl20bnr <sylvain.benner@gmail.com>2015-02-23 22:25:27 -0500
committersyl20bnr <sylvain.benner@gmail.com>2015-02-27 20:30:03 -0500
commit8502a3f670cb673899b28b3a48ea0e36f477e39e (patch)
tree22f1f810e8889f39f6eeb45f5bb0f8422606c07a /CHANGELOG.md
parente2775111a05c7c19d19152c5727c107e9c7f724b (diff)
Add function cider-insert-region-in-repl
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 89d6627a..993fbd9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* [#949](https://github.com/clojure-emacs/cider/issues/949): New custom var: `cider-default-repl-command`.
* New code formatting commands - `cider-format-buffer`, `cider-format-region` and `cider-format-defun`.
* New data formatting commands - `cider-format-edn-buffer` and `cider-format-edn-region`.
+* New insert region in REPL command - `cider-insert-region-in-repl`.
* Pretty printing functionality moved to middleware, adding support for ClojureScript.
- New command to eval and pprint result: `cider-interactive-pprint-eval`.
- `cider-format-pprint-eval` has been removed.