summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-07-13 00:18:51 +0100
committerMichael Griffiths <mikey@cich.li>2015-07-19 20:57:09 +0100
commit99d53482a6b433ace25e7d21a753f9a0024d9fa8 (patch)
treef0747719c04ec9feadd1598541b36af577298fcf /CHANGELOG.md
parent5481e9c531300865c0e9d92207b7479916c6ad4a (diff)
Log cider-refresh messages to a dedicated buffer
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 436f6f4d..a8bd8d95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
* [#1165](https://github.com/clojure-emacs/cider/pull/1165): Extract `cider-set-relevant-connection` from `cider-switch-to-relevant-repl-buffer`.
* [#1165](https://github.com/clojure-emacs/cider/pull/1165): Make `(cider-set-relevant-connection t)` and `(cider-switch-to-relevant-repl-buffer 16)` default to project directory.
* [#732](https://github.com/clojure-emacs/cider/issues/732): `cider-quit` and `cider-restart` now operate on the current connection only. With a prefix argument they operate on all connections.
+* [#1219](https://github.com/clojure-emacs/cider/pull/1219): The output of `cider-refresh` is now sent to a dedicated `*cider-refresh-log*` buffer.
### Changes