We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a899a commit 56fcba4Copy full SHA for 56fcba4
CHANGELOG.md
@@ -15,6 +15,8 @@
15
* [#2852](https://github.com/clojure-emacs/cider/issues/2852): Convert 1-based column numbers in response map to Emacs' 0-based system.
16
* Differentiate between more types in `cider-eldoc`. They used to be just `var` and `fn` and now we have additional handling for
17
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`).
20
21
### Bugs fixed
22
0 commit comments