Skip to content

Commit 75b0986

Browse files
committed
Updated changelog to reflect release
1 parent f5ac6a8 commit 75b0986

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
55
<!-- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -->
66

77
## [Unreleased]
8+
9+
## [0.9.1] - 2022-04-06
10+
11+
This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `ValueStringBuilder` tries to be en par with the`System.Text.StringBuilder`.
12+
13+
### Added
814
- Added extension method for `System.Text.StringBuilder` to transform into `ValueStringBuilder` without additional allocation and the other way around.
9-
- Added `Length` readonly property which gives the length of the represented length.
15+
- Added `Length` readonly property which gives the length of the represented length. Added `Clear` to set the `ValueStringBuilder` to the initial point.
1016

1117
## [0.9.0] - 2022-04-04
1218
- Initial release

0 commit comments

Comments
 (0)