Skip to content

Commit ef414a8

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 1.9.0 release
1 parent 67bd592 commit ef414a8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)