Skip to content

Commit ddfadb1

Browse files
akokenlinkdotnet
authored andcommitted
Update CHAGELOG.md
1 parent 4daf01e commit ddfadb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Fixed
10+
- Fixed `IndexOutOfRangeException` issue when the remaining text length is shorter than the search term
11+
912
## [1.18.0] - 2023-06-08
1013

1114
### Added
@@ -235,7 +238,7 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
235238

236239
### Added
237240

238-
- New easy API for concatenating smaller strings or objects via `ValueStringBuilder.Concat("Hello", " ", "World");`
241+
- New easy API for concatenating smaller strings or objects via `ValueStringBuilder.Concat("Hello", " ", "World");`
239242
- Smaller performance improvements in internal API's
240243

241244
## [1.4.1] - 2022-11-04

0 commit comments

Comments
 (0)