Skip to content

Commit

Permalink
Restructure CHANGELOG.md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-less committed Jan 11, 2025
1 parent a0a918e commit 8366208
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T

This is the `v2` release of the **ValueStringBuilder**. There aren't any noticeable changes. Only old framework versions were removed to make further development easier.

### Added

- Added `Append(Rune)` overload
- Added `AppendJoin(Rune, IEnumerable<string?>)` overload
- Added `AppendJoin<T>(Rune, IEnumerable<T>)` overload

### Removed

- Support for `net6.0` and `net7.0` was removed.

### 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).

## [1.23.0] - 2025-01-11

- Added `Append(Rune)` overload
- Added `AppendJoin(Rune, IEnumerable<string?>)` overload
- Added `AppendJoin<T>(Rune, IEnumerable<T>)` overload
- 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

0 comments on commit 8366208

Please sign in to comment.