Skip to content

Commit 4a777f6

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 3.2.0 release
1 parent f1a4f05 commit 4a777f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.2.0] - 2025-10-31
10+
911
### Changed
12+
1013
- Renamed `PadLeft(ReadOnlySpan<char>, int, char)` and `PadRight(ReadOnlySpan<char>, int, char)` to `AppendPadLeft(ReadOnlySpan<char>, int, char)` and `AppendPadRight(ReadOnlySpan<char>, int, char)` respectively.
1114

1215
## [3.1.0] - 2025-10-31
@@ -518,7 +521,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
518521

519522
- Initial release
520523

521-
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/3.1.0...HEAD
524+
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/3.2.0...HEAD
525+
[3.2.0]: https://github.com/linkdotnet/StringBuilder/compare/3.1.0...3.2.0
522526
[3.1.0]: https://github.com/linkdotnet/StringBuilder/compare/3.0.0...3.1.0
523527
[3.0.0]: https://github.com/linkdotnet/StringBuilder/compare/2.4.1...3.0.0
524528
[2.4.1]: https://github.com/linkdotnet/StringBuilder/compare/2.4.0...2.4.1

0 commit comments

Comments
 (0)