File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
* [ #2964 ] ( https://github.com/clojure-emacs/cider/issues/2964 ) : Fix issue with ` cider-company-enable-fuzzy-completion ` and Helm.
19
19
* [ #2937 ] ( https://github.com/clojure-emacs/cider/issues/2937 ) : Green fringe produced for extra line in rich comment block.
20
20
* [ #2996 ] ( https://github.com/clojure-emacs/cider/issues/2937 ) : Fix debugger incorrectly locating ` #_ ` ignored forms.
21
- * Bump the injected ` cider-nrepl ` to 0.25.6. This should fix a compatibility issue with Java 15 and fetching fresh ClojureDocs data.
21
+ * Fix a compatibility issue with Java 15 and fetching fresh ClojureDocs data. (fixed in ` cider-nrepl ` 0.25.6)
22
22
* [ #3004 ] ( https://github.com/clojure-emacs/cider/pull/3004 ) : Use appropriate coding system when unzipping jars.
23
- * [ #2934 ] ( https://github.com/clojure-emacs/cider/issues/2934 ) : Enable eldoc-mode in existing clojure buffers.
23
+ * [ #2934 ] ( https://github.com/clojure-emacs/cider/issues/2934 ) : Enable ` eldoc-mode ` in existing clojure buffers.
24
24
25
25
### Changes
26
26
27
27
* Removed ` cider-clojure-cli-parameters ` due to clojure-cli jack-in changes.
28
28
* Changed the behaviour of ` cider-last-sexp ` so it returns only the sexp, excluding all whitespace and/or the first newline after.
29
- * Restored the enhanced ClojureScript completion functionality on anything but ` shadow-cljs ` .
29
+ * Restored the enhanced ClojureScript completion functionality. (the actual changes are in ` cider-nrepl ` and ` clj-suitable ` )
30
30
31
31
## 1.0.0 (2020-28-12)
32
32
You can’t perform that action at this time.
0 commit comments