File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,13 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 1.18.6] - 2023-11-03
10+
911### Changed
10- - ` Dispose ` resets the ` ValueStringBuilder ` to the initial state, so it doesn't lead to undefined behavior when used again
11- - Use different approach for ` Grow ` to be a bit more performant
12+
13+ - ` Dispose ` resets the ` ValueStringBuilder ` to the initial state, so it doesn't lead to undefined behavior when used again
14+ - Use different approach for ` Grow ` to be a bit more performant
15+
1216## [ 1.18.5] - 2023-10-19
1317
1418### Changed
@@ -377,7 +381,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
377381
378382- Initial release
379383
380- [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.18.5...HEAD
384+ [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.18.6...HEAD
385+
386+ [ 1.18.6 ] : https://github.com/linkdotnet/StringBuilder/compare/1.18.5...1.18.6
381387
382388[ 1.18.5 ] : https://github.com/linkdotnet/StringBuilder/compare/1.18.4...1.18.5
383389
You can’t perform that action at this time.
0 commit comments