Skip to content

Commit 563a49d

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 1.3.0 release
1 parent 883c53f commit 563a49d

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

0 commit comments

Comments
 (0)