summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenedek Fazekas <benedek.fazekas@gmail.com>2016-02-02 12:00:27 +0000
committerBenedek Fazekas <benedek.fazekas@gmail.com>2016-02-13 22:39:32 +0000
commit2b4cf446e85f1f071afa80c7467e484d48839024 (patch)
tree303294b0395d93c9d020296a0d8638df1317201b /CHANGELOG.md
parent4801f39f142cb88477cc676bb87187c10ca72531 (diff)
Inject cider REPL dependencies at cider-jack-in
So users don't have to fiddle with profiles.clj and the like, see details in #1531 Supports both leiningen and boot. Additionally there is a defcustom `cider-inject-dependencies-at-jack-in` to control this functionality (defaults to t); other tools (like clj-refactor) can modify `cider-jack-in-dependencies`, `cider-jack-in-lein-plugins` and `cider-jack-in-nrepl-middlewares` to inject their own dependencies. Fix #1531, #1534
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 a32ea8bf..d3eae97b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ and try to associate the created connection with this project automatically.
### Changes
+* [#1531](https://github.com/clojure-emacs/cider/issues/1531) `cider-jack-in` now injects its own dependencies using CLI. Both leiningen and boot are supported. Set `cider-inject-dependencies-at-jack-in` to nil to opt out. Extension point for other tools to inject their own dependencies is `cider-add-repl-dependencies`.
* `cider-inspect` now operates by default on the last sexp. Its behavior can be altered via prefix arguments.
* Requires Clojure(Script) 1.7 or newer.
* Requires Java 7 or newer.