Skip to content

Commit 7b02b79

Browse files
committed
Update changeset
1 parent d66bc4f commit 7b02b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/afraid-chicken-attack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'openzeppelin-solidity': minor
33
---
44

5-
`Bytes`: Add `splice(bytes,uint256)` and `splice(bytes,uint256,uint256)`, two "in place" variants of the existing slice functions
5+
`Bytes`: Add `splice(bytes,uint256)` and `splice(bytes,uint256,uint256)` functions that move a specified range of bytes to the start of the buffer and truncate it in place, as an alternative to `slice`.

0 commit comments

Comments
 (0)