Skip to content

Commit 54ae35d

Browse files
committed
Update changelog and readme
1 parent 816732e commit 54ae35d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
* Renaming symbol fails within a file that had recently been renamed without saving changes.
1313
* As a workaround, make an edit within the file before using Rename Symbol.
1414

15+
## 1.25.5
16+
* Update Razor to 7.0.0-preview.23124.2 (PR: )
17+
* Fix colorization when nullable operators are present ([#5570](https://github.com/OmniSharp/omnisharp-vscode/pull/5570))
18+
* Add C#/HTML folding range support ([razor#8309](https://github.com/dotnet/razor/pull/8309))
19+
* Formatting fixes ([razor#8318](https://github.com/dotnet/razor/pull/8318))
20+
1521
## 1.25.4
1622
* Update OmniSharp to 1.39.4 (PR: [#5544](https://github.com/OmniSharp/omnisharp-vscode/pull/5544))
1723
* Disable snippets in sync completion (PR: [#2497](https://github.com/OmniSharp/omnisharp-roslyn/pull/2497))

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ If you still need Unity or .NET Framework support, you can set `omnisharp.useMod
3131

3232
See issue [#5120](https://github.com/OmniSharp/omnisharp-vscode/issues/5120) for more details.
3333

34+
## What's new in 1.25.5
35+
* Update Razor to 7.0.0-preview.23124.2 (PR: )
36+
* Fix colorization when nullable operators are present ([#5570](https://github.com/OmniSharp/omnisharp-vscode/pull/5570))
37+
* Add C#/HTML folding range support ([razor#8309](https://github.com/dotnet/razor/pull/8309))
38+
* Formatting fixes ([razor#8318](https://github.com/dotnet/razor/pull/8318))
39+
3440
## What's new in 1.25.4
3541
* Update OmniSharp to 1.39.4 (PR: [#5544](https://github.com/OmniSharp/omnisharp-vscode/pull/5544))
3642
* Disable snippets in sync completion (PR: [#2497](https://github.com/OmniSharp/omnisharp-roslyn/pull/2497))

0 commit comments

Comments
 (0)