Skip to content

Commit 493b338

Browse files
committed
Changelog #126
1 parent 2c67308 commit 493b338

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
= Changelog #126
2+
:sectanchors:
3+
:page-layout: post
4+
5+
Commit: commit:b5d7a712e1c5d1e602feb8320f902ee9cd6ec197[] +
6+
Release: release:2022-04-25[]
7+
8+
== New Features
9+
10+
* pr:12032[] display signature help when applying the ``Add ::<>`` assist.
11+
* pr:12041[] prefer `core` and `alloc` over `std` in auto-imports in conditionally-`#[no_std]` crates.
12+
* pr:12024[] don't suggest existing `#[derive]`s in completion.
13+
14+
== Fixes
15+
16+
* pr:12044[] (first contribution) fix `CargoWorkspace` panic when `rustcSource` is set.
17+
* pr:12040[] improve parameter completion.
18+
* pr:12054[] fix const generic panic in `dyn Trait`.
19+
* pr:12058[] increase stack size in the LSP and proc-macro servers.
20+
* pr:12037[] remove `rust-analyzer.inlayHints.enable` and set language scope when toggling hints.
21+
* pr:12042[] remove angle brackets from language configuration.
22+
* pr:12063[] fall back to parameter definitions on error types in signature help.
23+
* pr:12064[] fix `ide_db::search` not searching bodies of attributed items.
24+
25+
== Internal Improvements
26+
27+
* pr:12053[] (first contribution) export `lc.LanguageClient` from the VSCode extension.
28+
* pr:12015[] (first contribution) update developer documentation link.
29+
* pr:12023[] add more visibility why switching workspaces happens.
30+
* pr:12021[] add a `NameContext` to `CompletionContext`, move out some `ImmediateLocation` variants.
31+
* pr:12028[] fix changelog generation after repository move.
32+
* pr:12051[] add `triagebot.toml`.

0 commit comments

Comments
 (0)