summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2015-07-13 00:21:53 +0100
committerMichael Griffiths <mikey@cich.li>2015-07-19 21:24:46 +0100
commit8cb434bb0d9ec0cf7d3127b70ffe52c11a8598d0 (patch)
tree0f9ce3eb8dd74731d79606b496f3604d55c4577f /CHANGELOG.md
parent99d53482a6b433ace25e7d21a753f9a0024d9fa8 (diff)
Add support for `before` and `after` refresh middleware opts
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 a8bd8d95..19aeed1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@
* [#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.
+* [#1219](https://github.com/clojure-emacs/cider/pull/1219): New custom variables `cider-refresh-before-fn` and `cider-refresh-after-fn`.
### Changes