Skip to content

Commit 7dd9b0c

Browse files
authored
Merge pull request dotnet#7185 from dibarbet/update_changelog
Update release changelog to include Razor fix
2 parents 0d1ffa8 + 87ea82d commit 7dd9b0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# Latest
7-
* Update Roslyn to 4.11.0-2.24266.3 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
7+
* Update Razor to use source generator shipped in extension instead of the SDK (PR: [#7134](https://github.com/dotnet/vscode-csharp/pull/7134))
8+
* Fixes incorrect 'Amibuity between' errors displaying in Razor files (Issue: [#10351](https://github.com/dotnet/razor/issues/10351))
9+
* Update Roslyn to 4.11.0-2.24267.3 (PR: [#7134](https://github.com/dotnet/vscode-csharp/pull/7134))
10+
* Allow Razor to use source generator shipped with tooling (PR: [#73524](https://github.com/dotnet/roslyn/pull/73524))
811
* Various performance improvements and allocation reductions
912
* Reduce allocations in retrieving text from parsed trees (PR: [#73512](https://github.com/dotnet/roslyn/pull/73512))
1013
* Improve code action performance (PR: [#73493](https://github.com/dotnet/roslyn/pull/73493))

0 commit comments

Comments
 (0)