Skip to content

Commit a768225

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 2.0.0 release
1 parent f3e42e8 commit a768225

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66

77
## [Unreleased]
88

9+
## [2.0.0] - 2025-01-12
10+
911
This is the `v2` release of the **ValueStringBuilder**. There aren't any noticeable breaking changes. Only old framework versions were removed to make further development easier. The API is the same (with new additions) as in `v1`.
1012

1113
### Added
@@ -20,7 +22,7 @@ This is the `v2` release of the **ValueStringBuilder**. There aren't any noticea
2022

2123
### Changed
2224

23-
- Added `OverloadResolutionPriority` for `Span` overload for the ctor to keep the current behavior. Reported by [@nsentinel])(https://github.com/nsentinel) in [#210](https://github.com/linkdotnet/StringBuilder/issues/210).
25+
- Added `OverloadResolutionPriority` for `Span` overload for the ctor to keep the current behavior. Reported by [@nsentinel])(<https://github.com/nsentinel>) in [#210](https://github.com/linkdotnet/StringBuilder/issues/210).
2426
- Optimised `AppendLine(scoped ReadOnlySpan<char>)` by avoiding allocating a new string
2527
- Removed erroneous null check in `AppendJoin<T>(ReadOnlySpan<char>, IEnumerable<T>)`
2628

@@ -436,7 +438,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
436438

437439
- Initial release
438440

439-
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.22.0...HEAD
441+
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/2.0.0...HEAD
442+
[2.0.0]: https://github.com/linkdotnet/StringBuilder/compare/1.22.0...2.0.0
440443
[1.22.0]: https://github.com/linkdotnet/StringBuilder/compare/1.21.1...1.22.0
441444
[1.21.1]: https://github.com/linkdotnet/StringBuilder/compare/1.21.0...1.21.1
442445
[1.21.0]: https://github.com/linkdotnet/StringBuilder/compare/1.20.0...1.21.0

0 commit comments

Comments
 (0)