Skip to content

Commit a38010d

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 1.18.6 release
1 parent d5c091c commit a38010d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)