|
7 | 7 | * Integrate [enrich-classpath](https://github.com/clojure-emacs/enrich-classpath) by default for Leiningen projects.
|
8 | 8 | * This enables functionality related to Java sources, javadocs or parsing thereof.
|
9 | 9 | * This can slightly slow down jack-in for the _first_ time for a given project; later on the related work will be cached.
|
10 |
| -* [#2831](https://github.com/clojure-emacs/cider/issues/2831): Add xref integration, configured with customizable variables cider-use-xref and cider-xref-fn-depth. |
| 10 | +* [#2831](https://github.com/clojure-emacs/cider/issues/2831): Add `xref` integration, configured with customizable variables `cider-use-xref` and `cider-xref-fn-depth`. |
11 | 11 | * [#3017](https://github.com/clojure-emacs/cider/issues/3017): Annotate company completion kinds.
|
12 | 12 | * [#3040](https://github.com/clojure-emacs/cider/pull/3040): Support invoking `cider-clojuredocs` within the `*clojuredocs*` buffer.
|
13 | 13 | * Make it possible to specify the version of `cider-nrepl` to use with `cider-jack-in`. See `cider-injected-middleware-version`.
|
|
16 | 16 | * Add support for babaska projects to `cider-jack-in`.
|
17 | 17 | * Introduce `cider-jack-in-lein-middlewares` defcustom.
|
18 | 18 | * [#3093](https://github.com/clojure-emacs/cider/pull/3093): Make `see-also`s clickable in ClojureDocs buffers.
|
| 19 | +* [#3044](https://github.com/clojure-emacs/cider/pull/3044): Dynamically upgrade nREPL connection. See `cider-upgrade-nrepl-connection`. |
19 | 20 |
|
20 | 21 | ### Bugs fixed
|
21 | 22 |
|
22 |
| -* [#3022](https://github.com/clojure-emacs/cider/issues/3022): Handle empty stacktraces, pointing users to docs about the OmitStackTraceInFastThrow JVM optimization. |
| 23 | +* [#3022](https://github.com/clojure-emacs/cider/issues/3022): Handle empty stacktraces, pointing users to docs about the `OmitStackTraceInFastThrow` JVM optimization. |
23 | 24 | * [#3020](https://github.com/clojure-emacs/cider/issues/3020): Fix session linking on Windows, e.g. when jumping into a library on the classpath.
|
24 | 25 | * [#3031](https://github.com/clojure-emacs/cider/pull/3031): Fix `cider-eval-defun-up-to-point` failing to match delimiters correctly in some cases, resulting in reader exceptions.
|
25 | 26 | * [#3039](https://github.com/clojure-emacs/cider/pull/3039): Allow starting the sideloader for the tooling session.
|
26 |
| -* [#3041](https://github.com/clojure-emacs/cider/pull/3041): Sideloader: handle binary files, support multiple directories |
27 |
| -* [#3044](https://github.com/clojure-emacs/cider/pull/3044): Dynamically upgrade nREPL connection |
28 |
| -* [#3047](https://github.com/clojure-emacs/cider/pull/3047): Fix info/lookup fallback: response has an extra level |
| 27 | +* [#3041](https://github.com/clojure-emacs/cider/pull/3041): Sideloader: handle binary files, support multiple directories. |
| 28 | +* [#3047](https://github.com/clojure-emacs/cider/pull/3047): Fix info/lookup fallback: response has an extra level. |
29 | 29 | * [#2746](https://github.com/clojure-emacs/cider/issues/2746): Handle gracefully Clojure versions with non-standard qualifiers (e.g. `1.11.0-master-SNAPSHOT`).
|
30 |
| -* [#3069](https://github.com/clojure-emacs/cider/pull/3069): Fix cursor color changing when it shouldn't in evil-mode |
31 |
| -* [#3071](https://github.com/clojure-emacs/cider/issues/3071): Use xref instead of etags to push point to marker stack |
32 |
| -* [#3074](https://github.com/clojure-emacs/cider/issues/3074): Recognize pwsh as a powershell executable |
| 30 | +* [#3069](https://github.com/clojure-emacs/cider/pull/3069): Fix cursor color changing when it shouldn't in `evil-mode`. |
| 31 | +* [#3071](https://github.com/clojure-emacs/cider/issues/3071): Use `xref` instead of `etags` to push point to marker stack. |
| 32 | +* [#3074](https://github.com/clojure-emacs/cider/issues/3074): Recognize `pwsh` as a `powershell` executable. |
33 | 33 |
|
34 | 34 | ## 1.1.1 (2021-05-24)
|
35 | 35 |
|
|
0 commit comments