summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-03-08 11:20:14 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-03-08 11:23:43 +0200
commitc95db5e622ea6be556370d51e8007cf4145db445 (patch)
tree78193b8f89984c57b9a5734fbbbaae28cac68e78 /CHANGELOG.md
parentfd5a94b29a4c7796bf4e61ba6e053032afcb27f2 (diff)
[Fix #1945] Start nREPL servers bound to :: by default using cider-jack-in
This would make it possible for clients to connect to host `localhost` for IPv4 and `::1` for IPv6.
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 afcd3f04..adafd2f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@
* Drop support for Emacs 24.3.
* Don't try to use ssh automatically when connecting to remote hosts and a direct connection fails. See `nrepl-use-ssh-fallback-for-remote-hosts`.
+* [#1945](https://github.com/clojure-emacs/cider/pull/1945): Start nREPL servers bound to `::` by default using `cider-jack-in`.
### Bugs Fixed