summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorcskksc <ckoparkar@live.in>2017-01-03 12:11:45 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-01-04 11:43:46 +0200
commit8ae91efbc373887500a54b62f1ab233c8e4df7fd (patch)
tree1ebb6641080e360d625a545031d1de268fd2b1de /CHANGELOG.md
parentd2fd5ebf581d07f9065512b03fb7d1b60ed2287b (diff)
[Fix #1895] Connect to same host:port after cider-restart
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 e58b82a2..9984d561 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
* [#1876](https://github.com/clojure-emacs/cider/issues/1876): Set pretty-printing width with `cider-repl-pretty-print-width`. If this variable is not set, fall back to `fill-column`.
* [#1875](https://github.com/clojure-emacs/cider/issues/1875): Ensure cljc buffers can load buffer into both clj and cljs repls.
* [#1897](https://github.com/clojure-emacs/cider/issues/1897): Bind TAB in stacktrace buffers in the terminal.
+* [#1895](https://github.com/clojure-emacs/cider/issues/1895): Connect to the same host:port after `cider-restart` if the connection was established with `cider-connect`.
## 0.14.0 (2016-10-13)