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.3.0] - 2022-07-25
10+
911### Fixed
10- - Fixed an issue where memory is not returned to the ArrayPool
11- - Fixed an issue where memory could be overwritten, giving the chance to tamper with the internal array
12+
13+ - Fixed an issue where memory is not returned to the ArrayPool
14+ - Fixed an issue where memory could be overwritten, giving the chance to tamper with the internal array
1215
1316## [ 1.2.0] - 2022-04-20
1417
@@ -90,7 +93,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
9093
9194- Initial release
9295
93- [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.2.0...HEAD
96+ [ Unreleased ] : https://github.com/linkdotnet/StringBuilder/compare/1.3.0...HEAD
97+
98+ [ 1.3.0 ] : https://github.com/linkdotnet/StringBuilder/compare/1.2.0...1.3.0
9499
95100[ 1.2.0 ] : https://github.com/linkdotnet/StringBuilder/compare/1.1.0...1.2.0
96101
You can’t perform that action at this time.
0 commit comments