summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2017-07-14 11:55:03 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-07-16 10:47:55 +0300
commit746e4d694104c0c3e0493d84b091a4fd2d54f626 (patch)
treecdb3de9c4ed5dfbb6fd09740ee3784cf0622683b /CHANGELOG.md
parent79b9d6438bdc7e7c9fd96e87642e0feeb9426d92 (diff)
Make `cider-current-connection` retrieve the most recently used 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 8ffa48c8..9289b793 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@
* Make it possible to disable auto-evaluation of changed ns forms via the defcustom `cider-auto-track-ns-form-changes`.
* [#1991](https://github.com/clojure-emacs/cider/issues/1832): Make it possible to disable the prompt to open a ClojureScript in a browser on connect via `cider-offer-to-open-cljs-app-in-browser`.
* [#1995](https://github.com/clojure-emacs/cider/pull/1995): Add new customization variable `cider-doc-auto-select-buffer` to control cider-doc popup buffer auto selection.
+* Ensure that `cider-current-connection` picks the most recently used connection in ambiguous cases.
* Ensure that `cider-switch-to-repl-buffer` picks the most recent repl buffer if multiple connections are available.
* Add new function `cider-project-connections-types`.