Skip to content

Commit 4cbf9e5

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 1.8.0 release
1 parent ad466c8 commit 4cbf9e5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66

77
## [Unreleased]
88

9+
## [1.8.0] - 2022-11-15
10+
911
### Added
1012

11-
- implicit cast operator from `string` and `ReadOnlySpan<char>` to the `ValueStringBuilder` with pre-initialized buffer
13+
- implicit cast operator from `string` and `ReadOnlySpan<char>` to the `ValueStringBuilder` with pre-initialized buffer
1214

1315
### Changed
1416

15-
- various path optimizations for replace logic to use less allocations while being faster
17+
- various path optimizations for replace logic to use less allocations while being faster
1618

1719
### Removed
1820

19-
- Removed value type overloads for `Append` and `Insert` and just offer `Append(ISpanFormattable)` and `Insert(ISpanFormattable)`, which covers more cases.
21+
- Removed value type overloads for `Append` and `Insert` and just offer `Append(ISpanFormattable)` and `Insert(ISpanFormattable)`, which covers more cases.
2022

2123
## [1.7.0] - 2022-11-12
2224

@@ -175,7 +177,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
175177

176178
- Initial release
177179

178-
[Unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.7.0...HEAD
180+
[Unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.8.0...HEAD
181+
182+
[1.8.0]: https://github.com/linkdotnet/StringBuilder/compare/1.7.0...1.8.0
179183

180184
[1.7.0]: https://github.com/linkdotnet/StringBuilder/compare/1.6.2...1.7.0
181185

0 commit comments

Comments
 (0)