Skip to content

Commit 190b06d

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 1.4.0 release
1 parent be7a51b commit 190b06d

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,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

0 commit comments

Comments
 (0)