Skip to content

Commit 3db1089

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 3.4.2 release
1 parent eaf202c commit 3db1089

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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.4.2] - 2026-07-04
10+
911
### Fixed
1012

1113
- Resolved `CS0121` overload ambiguity when passing a no-hole interpolated string (e.g. `Append($"text")`) to `Append`/`AppendLine` on C# 13 and earlier, by adding `Append(string?)` and `AppendLine(string?)` overloads. Reported by [@SMAH1](https://github.com/SMAH1) in #283
@@ -543,7 +545,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
543545

544546
- Initial release
545547

546-
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/3.4.1...HEAD
548+
[unreleased]: https://github.com/linkdotnet/StringBuilder/compare/3.4.2...HEAD
549+
[3.4.2]: https://github.com/linkdotnet/StringBuilder/compare/3.4.1...3.4.2
547550
[3.4.1]: https://github.com/linkdotnet/StringBuilder/compare/3.4.0...3.4.1
548551
[3.4.0]: https://github.com/linkdotnet/StringBuilder/compare/3.3.0...3.4.0
549552
[3.3.0]: https://github.com/linkdotnet/StringBuilder/compare/3.2.0...3.3.0

0 commit comments

Comments
 (0)