summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-10 15:13:58 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-10 15:13:58 +0200
commit7aa74399e27c2e2aab4815ed2e238bec15fbf474 (patch)
tree2abc3efe466625d97a66729eeaf9a7f5d7a0413f /CHANGELOG.md
parentf00da1e36a47f5730db6e03266699f48041c53c7 (diff)
Make the connection message displayed in the minibuffer configurable
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 e035cff7..b03b1313 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ and try to associate the created connection with this project automatically.
* [#1507](https://github.com/clojure-emacs/cider/issues/1507): Add the ability to control the REPL's scroll on output functionality via `cider-repl-scroll-on-output`.
* [#1543](https://github.com/clojure-emacs/cider/issues/1543): Add some getting started instructions to the welcome banner.
* New command `cider-drink-a-sip`. Use in case you're thirsty for knowledge.
+* Make the connection message configurable via `cider-connection-message-fn`. This means now you can have any function (e.g. `cider-random-tip`) provide the second part of the message.
### Changes