summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-22 12:01:35 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-22 12:01:35 +0200
commit57e2c9789b165b283c0ddac342d0df3feaa30074 (patch)
tree33a80d03fc6fa252a14666255b9acec1e51f4b58 /CHANGELOG.md
parent5cf0f6f04697d598b20d1f6b68588db43c433614 (diff)
[Fix #2424] Fallback to lein on jack-in when clojure is missing
The Clojure CLI tools are not available on Windows yet, so for them `clojure-cli` is a poor default. Now we set the default in a dynamic fashion.
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 963ce2ad..b363f30d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@
* [#2307](https://github.com/clojure-emacs/cider/pull/2307): Use a better error when a cljs repl form cannot be found.
* Fix the broken test selector functionality.
* [#2291](https://github.com/clojure-emacs/cider/issues/2291): `cider-use-tooltips` custom variable works as expected.
+* [#2424](https://github.com/clojure-emacs/cider/issues/2424): Fallback to `lein` as the default jack-in command when `clojure` is not present.
### Changes