You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,13 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
- Added `Equals(ReadOnlySpan<char>, StringComparison)` (by @Joy-less in #234)
12
+
9
13
### Changed
10
14
15
+
- Improved `Equals(ReadOnlySpan<char>)` (by @Joy-less in #234)
11
16
- Added performance short-circuit when span is empty in `Append(ReadOnlySpan<char>)`, `AppendSpan(int)`, `Insert(int, ReadOnlySpan<char>)` in #233 (by @Joy-less)
0 commit comments