Skip to content

Commit cec5468

Browse files
author
LinkDotNet Bot
committedMar 25, 2025·
Update Changelog.md for 2.4.1 release
1 parent fa0b4b7 commit cec5468

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎CHANGELOG.md

+4-1
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+
## [2.4.1] - 2025-03-25
10+
911
### Changed
1012

1113
- Optimized `Replace(char, char)` (by @Joy-less in #241)
@@ -494,7 +496,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
494496

495497
- Initial release
496498

497-
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/2.4.0...HEAD
499+
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/2.4.1...HEAD
500+
[2.4.1]: https://github.com/linkdotnet/StringBuilder/compare/2.4.0...2.4.1
498501
[2.4.0]: https://github.com/linkdotnet/StringBuilder/compare/2.3.1...2.4.0
499502
[2.3.1]: https://github.com/linkdotnet/StringBuilder/compare/2.3.0...2.3.1
500503
[2.3.0]: https://github.com/linkdotnet/StringBuilder/compare/2.2.0...2.3.0

0 commit comments

Comments
 (0)
Please sign in to comment.