summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorToby Crawley <toby@tcrawley.org>2013-10-23 06:29:55 -0400
committerToby Crawley <toby@tcrawley.org>2013-10-23 07:54:29 -0400
commitf31d6a0e51792660e1965e6b7a6e3593606c047b (patch)
tree8802c464453ed28d487074e61ca79e760a0c155a /CHANGELOG.md
parentf066bf25770346f2b0c4c8fa46628154ae5e0d63 (diff)
Look for nrepl port in .nrepl-port as well.
Leiningen, Immutant, and soon mod-lang-clojure for Vert.x all write the repl port to project-dir/.nrepl-port as a standard, well-known location. This patch adds support for checking that file as well. See https://github.com/technomancy/leiningen/issues/1296
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0517e84..d4f64515 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,9 @@
* The variable `cider-repl-display-in-current-window` controls whether the REPL should be displayed in the current window when switched to.
* `cider-repl-set-ns` can now be invoked in the REPL.
-
+* The content of `.nrepl-port`, if present, will be used as the
+ default port for <kbd>M-x nrepl</kbd>. This is in addition to `target/repl-port`.
+
### Changes
* Renamed package to CIDER.