summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-23 17:12:54 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-23 17:12:54 +0300
commit6d6aa42ecf5bad9110cc0a781e7786b87812b624 (patch)
tree9524a974dd8285d963b9f8b1ad390413c8a9fa0d /CHANGELOG.md
parente47ce978077479542d57fd2f15eb5523cf09826a (diff)
Move the pprint related commands to a dedicated keymap
This also fixes https://github.com/bbatsov/projectile/issues/1256. (Projectile uses `C-c C-p` as well)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be0cec30..6cd563a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,8 @@
* **(Breaking)** Rewrote connection management (see http://docs.cider.mx/en/latest/managing_connections/ for details).
* **(Breaking)** `cider-jack-in-clojurescript` now creates only a ClojureScript REPL (use `cider-jack-in-clj&cljs` to create both REPLs).
* [#2357](https://github.com/clojure-emacs/cider/issues/2357): Support both keywords and strings as test selectors (previously it was only strings).
+* **(Breaking)** Move `cider-pprint-eval-last-sexp`, previously on `C-c C-p`, to `C-c C-v (C-)f (C-)e` in the `cider-eval-commands-map`.
+* **(Breaking)** Move `cider-pprint-eval-defun-at-point`, previously on `C-c C-f`, to `C-c C-v (C-)f (C-)d` in the `cider-eval-commands-map`.
## 0.17.0 (2018-05-07)