Skip to content

Commit

Permalink
Update Changelog.md for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkDotNet Bot committed Jan 12, 2025
1 parent f3e42e8 commit a768225
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T

## [Unreleased]

## [2.0.0] - 2025-01-12

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`.

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

### Changed

- 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).
- 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).
- Optimised `AppendLine(scoped ReadOnlySpan<char>)` by avoiding allocating a new string
- Removed erroneous null check in `AppendJoin<T>(ReadOnlySpan<char>, IEnumerable<T>)`

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

- Initial release

[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.22.0...HEAD
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/2.0.0...HEAD
[2.0.0]: https://github.com/linkdotnet/StringBuilder/compare/1.22.0...2.0.0
[1.22.0]: https://github.com/linkdotnet/StringBuilder/compare/1.21.1...1.22.0
[1.21.1]: https://github.com/linkdotnet/StringBuilder/compare/1.21.0...1.21.1
[1.21.0]: https://github.com/linkdotnet/StringBuilder/compare/1.20.0...1.21.0
Expand Down

0 comments on commit a768225

Please sign in to comment.