Skip to content

Commit 10100f8

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.5.2 release
1 parent 46e8c45 commit 10100f8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.2] - 2022-12-27
10+
911
### Fixed
10-
- Fixed a bug where `Append` and `AppendLine` could not handle umlauts
12+
13+
- Fixed a bug where `Append` and `AppendLine` could not handle umlauts
1114

1215
## [0.5.1] - 2022-12-27
1316

@@ -55,7 +58,9 @@ This is the initial release for the `StringBuilder`.
5558

5659
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
5760

58-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.1...HEAD
61+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.2...HEAD
62+
63+
[0.5.2]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.1...0.5.2
5964

6065
[0.5.1]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.0...0.5.1
6166

0 commit comments

Comments
 (0)