Skip to content

Commit 56fcba4

Browse files
committed
Update the changelog
1 parent 19a899a commit 56fcba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* [#2852](https://github.com/clojure-emacs/cider/issues/2852): Convert 1-based column numbers in response map to Emacs' 0-based system.
1616
* Differentiate between more types in `cider-eldoc`. They used to be just `var` and `fn` and now we have additional handling for
1717
macros, special forms and methods.
18+
* No longer fetches ClojureDocs data on first run (it's now bundled with `cider-nrepl`).
19+
* No longer updates the ClojureDocs data automatically on startup (it has to be updated explicitly using `M-x cider-clojuredocs-refresh-cache`).
1820

1921
### Bugs fixed
2022

0 commit comments

Comments
 (0)