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,10 +6,12 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 1.18.4] - 2023-10-14
10+
911### Changed
1012
11- - Optimized ` Append(scoped ReadOnlySpan<char>) ` to be roughly 5% faster
12- - Optimized ` AppendLine ` to have less overhead
13+ - Optimized ` Append(scoped ReadOnlySpan<char>) ` to be roughly 5% faster
14+ - Optimized ` AppendLine ` to have less overhead
1315
1416## [ 1.18.3] - 2023-09-22
1517
@@ -365,7 +367,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
365367
366368- Initial release
367369
368- [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.18.3...HEAD
370+ [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.18.4...HEAD
371+
372+ [ 1.18.4 ] : https://github.com/linkdotnet/StringBuilder/compare/1.18.3...1.18.4
369373
370374[ 1.18.3 ] : https://github.com/linkdotnet/StringBuilder/compare/1.18.2...1.18.3
371375
You can’t perform that action at this time.
0 commit comments