File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments