Skip to content

Commit 7aa9832

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 1.5.0 release
1 parent 6f42af2 commit 7aa9832

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.5.0] - 2022-11-05
10+
911
### Added
10-
- New easy API for concatenating smaller strings or objects via `ValueStringBuilder.Concat("Hello", " ", "World");`
11-
- Smaller performance improvements in internal API's
12+
13+
- New easy API for concatenating smaller strings or objects via `ValueStringBuilder.Concat("Hello", " ", "World");`
14+
- Smaller performance improvements in internal API's
1215

1316
## [1.4.1] - 2022-11-04
1417

@@ -114,7 +117,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
114117

115118
- Initial release
116119

117-
[Unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.4.1...HEAD
120+
[Unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.5.0...HEAD
121+
122+
[1.5.0]: https://github.com/linkdotnet/StringBuilder/compare/1.4.1...1.5.0
118123

119124
[1.4.1]: https://github.com/linkdotnet/StringBuilder/compare/1.4.0...1.4.1
120125

0 commit comments

Comments
 (0)