Skip to content

Commit 94b47c4

Browse files
committed
Changelog #116
1 parent 2845fe5 commit 94b47c4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
= Changelog #116
2+
:sectanchors:
3+
:page-layout: post
4+
5+
Commit: commit:02904e99acc3daf39b56ed18aa07e62aeb9492c5[] +
6+
Release: release:2022-02-14[]
7+
8+
== Sponsors
9+
10+
**Become a sponsor:** On https://opencollective.com/rust-analyzer/[OpenCollective] or
11+
https://github.com/sponsors/rust-analyzer[GitHub Sponsors].
12+
13+
== New Features
14+
15+
* pr:11444[] fix up syntax errors in attribute macro inputs to make completion work more often:
16+
+
17+
image::https://user-images.githubusercontent.com/906069/153276465-81f780ed-8cc1-44ff-88a7-9080ce58116a.gif[]
18+
* pr:11437[] render whether a function is `async` / `const` / `unsafe` in completion details:
19+
+
20+
image::https://user-images.githubusercontent.com/5489149/153089518-5419afe4-b2c6-4be8-80f7-585f5c514ff2.png[]
21+
22+
== Fixes
23+
24+
* pr:11459[] (first contribution) add missing experimental capabilities.
25+
* pr:11442[] (first contribution) use text range of a mod name after macro expansion when renaming a module.
26+
* pr:11436[] don't change references to `super` when renaming a module.
27+
* pr:11460[] fix documentation of `SsrParams`.
28+
29+
== Internal Improvements
30+
31+
* pr:11453[] make `ascend_call_token` iterative instead of recursive.
32+
* pr:11427[] fix serialization of `WorkspaceSymbolParams`.

0 commit comments

Comments
 (0)