Skip to content

Commit b58a14a

Browse files
committed
Update CHANGELOG.md
1 parent a229bc7 commit b58a14a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
1010

1111
- Added `TrimPrefix(ReadOnlySpan<char>, StringComparison)` (by yours truly (@Joy-less) in #226)
1212
- Added `TrimSuffix(ReadOnlySpan<char>, StringComparison)` (also by yours truly (@Joy-less) in #226)
13+
- Added `Insert(int, char)` overload (by yours truly (@Joy-less) in #225)
14+
- Added `Insert(int, Rune)` overload (again by yours truly (@Joy-less) in #225)
15+
- Added `Replace(Rune, Rune)` overload (see yours truly (@Joy-less) in #225)
16+
- Improved `Replace(scoped ReadOnlySpan<char>, scoped ReadOnlySpan<char>, int, int)` fallback (achieved by yours truly (@Joy-less) in #225)
1317

1418
## [2.1.0] - 2025-01-14
1519

0 commit comments

Comments
 (0)