File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments