Skip to content

Commit d567d90

Browse files
committed
Auto-generated commit
1 parent 68b15ae commit d567d90

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-03T15:12:14.990Z
1+
2024-09-01T00:42:13.138Z

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ No changes reported for this release.
3232
### BREAKING CHANGES
3333

3434
- [`ec1c506`](https://github.com/stdlib-js/stdlib/commit/ec1c5066955fdcc71013805a5c55fc739d29a849): resolve negative index arguments relative to last index
35-
- [`ec1c506`](https://github.com/stdlib-js/stdlib/commit/ec1c5066955fdcc71013805a5c55fc739d29a849): resolve negative index arguments relative to last index
3635

3736
- Previously, a negative `fromIndex` argument would resolve to `0`.
38-
The current behavior resolves relative to the last character index.
39-
To preserve the previous behavior, users should clamp index arguments
40-
to index bounds before calling `replaceAfterLast`.
37+
The current behavior resolves relative to the last character index.
38+
To preserve the previous behavior, users should clamp index arguments
39+
to index bounds before calling `replaceAfterLast`.
4140

4241
</section>
4342

CONTRIBUTORS

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
4646
Matt Cochrane <[email protected]>
4747
Mihir Pandit <[email protected]>
4848
Milan Raj <[email protected]>
49+
Mohammad Kaif <[email protected]>
4950
Momtchil Momtchev <[email protected]>
5051
Muhammad Haris <[email protected]>
5152
Naresh Jagadeesan <[email protected]>
@@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
7071
7172
Ryan Seal <[email protected]>
7273
Sai Srikar Dumpeti <[email protected]>
74+
SarthakPaandey <[email protected]>
7375
Seyyed Parsa Neshaei <[email protected]>
7476
Shashank Shekhar Singh <[email protected]>
7577

0 commit comments

Comments
 (0)