We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8814b6a commit 9939cd6Copy full SHA for 9939cd6
CHANGELOG.md
@@ -6,6 +6,11 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
6
7
## [Unreleased]
8
9
+### Changed
10
+
11
+- Optimized `Replace(char, char)` (by @Joy-less in #241)
12
+- Optimized `Replace(ReadOnlySpan<char>, ReadOnlySpan<char>)` when both spans are length 1 (by @Joy-less in #241)
13
14
## [2.4.0] - 2025-02-21
15
16
### Added
0 commit comments