summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-12-10 16:49:01 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-12-10 16:49:01 +0200
commit788ba581ecbe806752583b05f1a4bd0404a76bf9 (patch)
tree63f0bb7745438388f96501e3cd4b7109f9f2beaa /CHANGELOG.md
parent49ef3c53f0ce839e9b080e16a70332b75f7462c0 (diff)
Check whether there are multiple active connections in cider-rotate-default-connection
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 2761d8df..a2c41fb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
* [cider-nrepl#438](https://github.com/clojure-emacs/cider-nrepl/pull/438): Improve startup time by deferring loading CIDER's middleware until the first usage.
* [#2078](https://github.com/clojure-emacs/cider/pull/2078): Improve startup time by bundling together sync requests during startup.
+* `cider-rotate-default-connection` will warn if you use it with only a single active connection.
### Bugs Fixed