Skip to content

Commit 37baccf

Browse files
committed
Restructure changelog
1 parent b47bcea commit 37baccf

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,11 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- Added `Replace(Rune, Rune)` overload
12+
- Added `Replace(Rune, Rune, int, int)` overload
13+
914
## [2.0.0] - 2025-01-12
1015

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

2124
### Removed
2225

0 commit comments

Comments
 (0)