File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 1.9.0] - 2022-11-18
10+
911### Added
1012
11- - Added ` Equals(ReadOnlySpan<char>) ` overload
13+ - Added ` Equals(ReadOnlySpan<char>) ` overload
1214
1315### Changed
1416
15- - Slight improvement when appending nullable types to the string builder
17+ - Slight improvement when appending nullable types to the string builder
1618
1719## [ 1.8.0] - 2022-11-15
1820
@@ -185,7 +187,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
185187
186188- Initial release
187189
188- [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.8.0...HEAD
190+ [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.9.0...HEAD
191+
192+ [ 1.9.0 ] : https://github.com/linkdotnet/StringBuilder/compare/1.8.0...1.9.0
189193
190194[ 1.8.0 ] : https://github.com/linkdotnet/StringBuilder/compare/1.7.0...1.8.0
191195
You can’t perform that action at this time.
0 commit comments