Skip to content

Commit e37c3ae

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 3.1.0 release
1 parent 1ae92d9 commit e37c3ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.1.0] - 2025-10-31
10+
911
### Added
1012

1113
- Added `PadLeft(ReadOnlySpan<char>, int, char)` and `PadRight(ReadOnlySpan<char>, int, char)` methods to append padded strings without allocating additional memory (by [@SMAH1](https://github.com/SMAH1) in #260)
@@ -513,7 +515,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
513515

514516
- Initial release
515517

516-
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/3.0.0...HEAD
518+
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/3.1.0...HEAD
519+
[3.1.0]: https://github.com/linkdotnet/StringBuilder/compare/3.0.0...3.1.0
517520
[3.0.0]: https://github.com/linkdotnet/StringBuilder/compare/2.4.1...3.0.0
518521
[2.4.1]: https://github.com/linkdotnet/StringBuilder/compare/2.4.0...2.4.1
519522
[2.4.0]: https://github.com/linkdotnet/StringBuilder/compare/2.3.1...2.4.0

0 commit comments

Comments
 (0)