summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-02-14 18:21:06 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-02-14 18:22:39 +0000
commitf0493a1f2365fbb6b5285a1adc9edadee585a9a8 (patch)
tree422dfe4ffea3059789bb09f2c3a5845922b7f89a /CHANGELOG.md
parent9672dfada4f5aa1156d78a19cb51feb95e507e9b (diff)
[Fix #1557] Give sibling connections lower priority than the original
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 5e046010..b57e1a39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,7 @@ and try to associate the created connection with this project automatically.
### Bugs fixed
+* [#1557](https://github.com/clojure-emacs/cider/issues/1557): When a sibling REPL is started by hasn't yet turned into a cljs REPL, it won't hijack clj requests.
* [#1562](https://github.com/clojure-emacs/cider/issues/1562): Actually disable cider-mode when it gets disabled.
* [#1540](https://github.com/clojure-emacs/cider/issues/1540): Fix cider-complete-at-point.
* [cider-nrepl#294](https://github.com/clojure-emacs/cider-nrepl/issues/294): Handle errors in the `complete-doc` nREPL op.