Skip to content

Commit 19acbe7

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 3.0.0 release
1 parent 695b6c5 commit 19acbe7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66

77
## [Unreleased]
88

9+
## [3.0.0] - 2025-10-30
10+
911
This is the `v3` major release. The API is almost the same as in `v2` - there is only a slight change in the `Concat` static helper method to reflect a less-boxed API.
1012

1113
### Added
14+
1215
- .NET 10.0 support
1316
- `IndexOf`, `LastIndexOf`, and `Contains` methods now support `StringComparison`
1417

1518
### Changed
19+
1620
- `ValueStringBuilder.Concat` uses `params ReadOnlySpan<T>` to reduce boxing and improve performance.
1721

1822
## [2.4.1] - 2025-03-25
@@ -505,7 +509,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
505509

506510
- Initial release
507511

508-
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/2.4.1...HEAD
512+
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/3.0.0...HEAD
513+
[3.0.0]: https://github.com/linkdotnet/StringBuilder/compare/2.4.1...3.0.0
509514
[2.4.1]: https://github.com/linkdotnet/StringBuilder/compare/2.4.0...2.4.1
510515
[2.4.0]: https://github.com/linkdotnet/StringBuilder/compare/2.3.1...2.4.0
511516
[2.3.1]: https://github.com/linkdotnet/StringBuilder/compare/2.3.0...2.3.1

0 commit comments

Comments
 (0)