Skip to content

Commit 0fd91a1

Browse files
committed
Changelog #294
1 parent f2d7404 commit 0fd91a1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
= Changelog #294
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:591e3b7624be97e4443ea7b5542c191311aa141d[] +
7+
Release: release:2025-07-14[] (`v0.3.2539`)
8+
9+
== New Features
10+
11+
* pr:20054[] support folding multi-line parameter list with the function body:
12+
+
13+
image::https://github.com/user-attachments/assets/0f1918e8-3545-4cd0-839e-fd5c7386f3fc["Screen recording demonstrating folding the parameter list of a function together with its body"]
14+
* pr:20185[] include enum variants in world symbols.
15+
* pr:20109[] make `generate_new` work for tuple structs.
16+
17+
== Fixes
18+
19+
* pr:20192[] fix a panic in documentation rendering.
20+
* pr:20180[] always bump in the parser in `err_and_bump`.
21+
* pr:20200[] revert "re-enable fixpoint iteration for variance computation".
22+
* pr:20212[] fix `dyn` inlay hints with parantheses and don't display them on HRTBs.
23+
* pr:20210[] make `naked_asm!` safe to call and fix `global_asm!`.
24+
* pr:20232[] normalize projection types before const eval.
25+
* pr:20235[] fix `where` clause position in trait associated item completion.
26+
27+
== Internal Improvements
28+
29+
* pr:20219[] outline parts of `ExpressionStore` into a different allocation.
30+
* pr:20198[], pr:20211[], pr:20218[] migrate `pull_assignment_up`, `convert_named_struct_to_tuple_struct`, `convert_match_to_let_else`, `generate_impl` and `remove_dbg` assists to `SyntaxEditor`.
31+

0 commit comments

Comments
 (0)