Skip to content

Commit

Permalink
Merge pull request #7185 from dibarbet/update_changelog
Browse files Browse the repository at this point in the history
Update release changelog to include Razor fix
  • Loading branch information
dibarbet authored May 29, 2024
2 parents 0d1ffa8 + 87ea82d commit 7dd9b0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

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

0 comments on commit 7dd9b0c

Please sign in to comment.