summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-10 10:01:44 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-10 10:01:44 +0300
commitf38872c8ee0d7f6ef4381ebaa9701af3fc91c4dc (patch)
treeb2ebaec725d2e703a99049feb2c726107545bcd1 /CHANGELOG.md
parent7000b3757d654f22e76aec7867e1eab4d3083eca (diff)
Rename the cider-refresh.el to cider-ns.el
See https://github.com/clojure-emacs/cider/pull/2314 for the rationale behind this change. Basically we plan to put several ns manipulation commands together in the same module.
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 b05c4f39..8fe80564 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@
* Add support for printing to the current buffer to `cider-eval-defun-up-to-point`.
* Remove `cider-ping` command.
* Remove `cider-visit-error-buffer` in favour of using `cider-selector`.
+* Rename `cider-refresh` to `cider-ns-refresh` (and all the related defcustoms).
## 0.17.0 (2018-05-07)