File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
* Add first class support for Babashka (more warnings when you connect to ` babashka.nrepl ` ).
8
8
* Add support for nREPL 0.8's ` lookup ` op.
9
- * Add support for nREPL 0.7's sideloading functionality.
9
+ * Add support for nREPL 0.7's sideloading functionality (experimental) .
10
10
* Add support for nREPL 0.8's ` ls-middleware ` op.
11
+ * [ #2861 ] ( https://github.com/clojure-emacs/cider/pull/2861 ) : Add support for the Krell REPL.
11
12
12
13
### Changes
13
14
17
18
macros, special forms and methods.
18
19
* No longer fetches ClojureDocs data on first run (it's now bundled with ` cider-nrepl ` ).
19
20
* No longer updates the ClojureDocs data automatically on startup (it has to be updated explicitly using ` M-x cider-clojuredocs-refresh-cache ` ).
21
+ * Use nREPL 0.8 by default (when doing ` cider-jack-in ` ).
20
22
21
23
### Bugs fixed
22
24
You can’t perform that action at this time.
0 commit comments