Skip to content

Commit 4be447c

Browse files
committed
Changelog #295
1 parent 2668ae8 commit 4be447c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
= Changelog #295
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:58e507d80728f6f32c93117668dc4510ba80bac9[] +
7+
Release: release:2025-07-21[] (`v0.3.2547`)
8+
9+
== New Features
10+
11+
* pr:19783[] add "Generate `From` impl from single field" assist.
12+
* pr:20265[] support `cfg_select!` for the standard library.
13+
14+
== Fixes
15+
16+
* pr:20238[] infer lifetimes for GATs in expression/pattern positions.
17+
* pr:19917[] handle `AsRef` and `Borrow` in "Generate `IndexMut` impl from ``Index``".
18+
* pr:20247[] transform tail expression `&` to `&mut` in "Generate `TraitMut` impl from ``Trait``".
19+
* pr:20255[] fix bounds in "Generate `Deref` impl".
20+
21+
22+
== Internal Improvements
23+
24+
* pr:20233[] (first contribution) expand `lsp-server` example.
25+
* pr:20178[] clean up cargo config querying.
26+
* pr:20234[] remove `{ConstParam,TypeParam}::remove_default`.
27+
* pr:20246[] add `AsMut` to `minicore` prelude.

0 commit comments

Comments
 (0)