Skip to content

Commit 6e9766c

Browse files
committed
Update the changelog
1 parent a7ab1ab commit 6e9766c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
* [#2964](https://github.com/clojure-emacs/cider/issues/2964): Fix issue with `cider-company-enable-fuzzy-completion` and Helm.
1919
* [#2937](https://github.com/clojure-emacs/cider/issues/2937): Green fringe produced for extra line in rich comment block.
2020
* [#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)
2222
* [#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.
2424

2525
### Changes
2626

2727
* Removed `cider-clojure-cli-parameters` due to clojure-cli jack-in changes.
2828
* 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`)
3030

3131
## 1.0.0 (2020-28-12)
3232

0 commit comments

Comments
 (0)