Skip to content

Commit 17f02a9

Browse files
committed
Changelog #271
1 parent 4294e14 commit 17f02a9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
= Changelog #271
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:f3998f7f8a197596c5edf72e937996e6674b423b[] +
7+
Release: release:2025-02-03[] (`v0.3.2291`)
8+
9+
== New Features
10+
11+
* pr:19001[], pr:19063[] implement `default-field-values`.
12+
* pr:19038[] support RFC 2396 (`target-feature` 1.1).
13+
14+
== Fixes
15+
16+
* pr:19061[] temporarily disable `Receiver`-based completions.
17+
* pr:19050[] don't suggest `.into_iter().method()` on iterators.
18+
* pr:19047[] fix syntactic highlighting for renames.
19+
* pr:19044[] fix `#[rustc_deprecated_safe_2024]`.
20+
* pr:19045[] fix a missing standard semantic token.
21+
* pr:19037[] delay recursion check, to help with custom `#[test]` macros.
22+
* pr:19051[] mark unsafe function pointer calls as unsafe.
23+
* pr:19056[] properly handle CRLF line endings in the syntax tree view.
24+
* pr:19057[] show status bar item in the VS Code Output pane.
25+
26+
== Internal Improvements
27+
28+
* pr:19072[] (first contribution) be more principled when computing `completion_item_hash`.
29+
* pr:19055[] (first contribution) enable some working code on FreeBSD.
30+
* pr:19052[], pr:19080[] prioritize formatting tasks and only take read VFS lock when rebuilding the crate graph.
31+
* pr:19036[] split out `ExpressionStore` from `Body`.
32+
* pr:19070[] remove mutable syntax tree usage from adjustment hints.
33+
* pr:19067[] bump TentHash to 1.0.
34+
* pr:19015[] convert manual to mdBook.

0 commit comments

Comments
 (0)