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,11 +6,15 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 1.4.0] - 2022-10-11
10+
911### Added
10- - Added the ` scoped ` keyword to simplify code and allow more scenarios for the user
12+
13+ - Added the ` scoped ` keyword to simplify code and allow more scenarios for the user
1114
1215### Fixed
13- - ` Grow ` allowed values, which would truncate the internally represented string
16+
17+ - ` Grow ` allowed values, which would truncate the internally represented string
1418
1519## [ 1.3.0] - 2022-07-25
1620
@@ -99,7 +103,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
99103
100104- Initial release
101105
102- [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.3.0...HEAD
106+ [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.4.0...HEAD
107+
108+ [ 1.4.0 ] : https://github.com/linkdotnet/StringBuilder/compare/1.3.0...1.4.0
103109
104110[ 1.3.0 ] : https://github.com/linkdotnet/StringBuilder/compare/1.2.0...1.3.0
105111
You can’t perform that action at this time.
0 commit comments