Skip to content

Commit 8bacbb1

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 1.1.0 release
1 parent c821342 commit 8bacbb1

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2022-04-16
10+
911
### Added
10-
- `Contains` method.
12+
13+
- `Contains` method.
1114

1215
### Fixed
13-
- Smaller tweaks in CI/CD
14-
- `IndexOf` and `LastIndexOf` did not return 0 when passing an empty string. Now it is aligned to `string.IndexOf`.
16+
17+
- Smaller tweaks in CI/CD
18+
- `IndexOf` and `LastIndexOf` did not return 0 when passing an empty string. Now it is aligned to `string.IndexOf`.
1519

1620
### Removed
17-
- Debug symbol package (snupkg) due to the many constraints of NuGet.org
21+
22+
- Debug symbol package (snupkg) due to the many constraints of NuGet.org
1823

1924
## [1.0.1] - 2022-04-13
2025

@@ -74,7 +79,9 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
7479

7580
- Initial release
7681

77-
[Unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.0.1...HEAD
82+
[Unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.1.0...HEAD
83+
84+
[1.1.0]: https://github.com/linkdotnet/StringBuilder/compare/1.0.1...1.1.0
7885

7986
[1.0.1]: https://github.com/linkdotnet/StringBuilder/compare/1.0.0...1.0.1
8087

0 commit comments

Comments
 (0)