Skip to content

Commit

Permalink
Restructure changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-less committed Jan 13, 2025
1 parent b47bcea commit 37baccf
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,11 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T

## [Unreleased]

### Added

- Added `Replace(Rune, Rune)` overload
- Added `Replace(Rune, Rune, int, int)` overload

## [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`.
Expand All @@ -15,8 +20,6 @@ This is the `v2` release of the **ValueStringBuilder**. There aren't any noticea
- Added `Append(Rune)` overload
- Added `AppendJoin(Rune, IEnumerable<string?>)` overload
- Added `AppendJoin<T>(Rune, IEnumerable<T>)` overload
- Added `Replace(Rune, Rune)` overload
- Added `Replace(Rune, Rune, int, int)` overload

### Removed

Expand Down

0 comments on commit 37baccf

Please sign in to comment.