You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@
9
9
### Bugs fixed
10
10
11
11
* Fix broken links to the docs in REPL warnings (the REPL links included the full CIDER version, but the docs URLs are without the patch version).
12
-
* Fix ordering of dependencies, global-opts and params for Clojure CLI projects when calling cider-jack-in. Thanks to @iarenaza Resolves #2916
12
+
*[#2916](https://github.com/clojure-emacs/cider/issues/2916): Fix ordering of dependencies, global-opts and params for Clojure CLI projects when calling `cider-jack-in`.
13
13
14
14
### Changes
15
15
16
-
* Bump the injected nREPL version to 0.8.1.
16
+
* Bump the injected nREPL version to 0.8.2.
17
17
* Bump the injected `cider-nrepl` version to `0.25.4`.
18
18
* Bump the injected Piggieback version to 0.5.2. See [this issue](https://github.com/nrepl/piggieback/issues/118) for details.
19
19
*[#2897](https://github.com/clojure-emacs/cider/pull/2897): Translate paths from CIDER to nREPL and vice-versa.
0 commit comments