diff --git a/CHANGELOG.md b/CHANGELOG.md index b1877f0a7..8a25aa3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # 2.112.x +* Fix JavaScript highlighting in Razor files after C# control structures without braces (PR: [#8865](https://github.com/dotnet/vscode-csharp/pull/8865)) +* Make sure to use .npmrc from the powershell commands (PR: [#8859](https://github.com/dotnet/vscode-csharp/pull/8859)) +* Fetch package.json from dotnet/vscode-csharp GitHub repo for tag creation (PR: [#8856](https://github.com/dotnet/vscode-csharp/pull/8856)) +* Update version number to 2.112 (PR: [#8855](https://github.com/dotnet/vscode-csharp/pull/8855)) * Update Razor to 10.0.0-preview.25613.1 (PR: [#8858](https://github.com/dotnet/vscode-csharp/pull/8858)) * Encode double slash as underscore slash in hint names (PR: [#12597](https://github.com/dotnet/razor/pull/12597)) * Navigate to a Razor file when GTD/FAR/GTI is run in C# on the class name (PR: [#12580](https://github.com/dotnet/razor/pull/12580))