File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments