summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-27 15:35:08 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-27 15:35:08 +0200
commitc694b1e8e1e4ec017baba770e385aa7e298e798a (patch)
tree9d70f530de033741b500cc39af1fdcdd9a80d42a /CHANGELOG.md
parent693363295d185d9500ee8aef25e396f8343ada56 (diff)
Add a couple of commands for removal or REPL banners
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 8a05a545..aa619c05 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@ and try to associate the created connection with this project automatically.
* [#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.
+* New command `cider-repl-clear-banners`.
+* New command `cider-repl-clear-help-banner`.
### Changes