summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-02-14 21:25:51 +0000
committerMichael Griffiths <mikey@cich.li>2015-02-15 12:55:50 +0000
commit1b7e64ad98f03df540a4cc780b3a1b12cc4fa448 (patch)
tree970994a99518f764274d1e0dd9d5fed91469c820 /CHANGELOG.md
parentb661d1019980bb4e4452b4c62b5378f901a33e59 (diff)
Add support for pprint middleware
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0175df64..9db70968 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,9 @@
* [#920](https://github.com/clojure-emacs/cider/issues/920): Support `cider-jack-in` for boot-based projects.
* [#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`.
+* 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.
### Changes