Skip to content

Commit

Permalink
update changesets
Browse files Browse the repository at this point in the history
update changeset
  • Loading branch information
frangio committed Jun 15, 2023
1 parent c57b221 commit f25df97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .changeset/hot-coins-judge.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
'openzeppelin-solidity': patch
'openzeppelin-solidity': minor
---

`Arrays`: Add `unsafeMemoryAccess` helpers to read from a memory array without checking the length.
`ERC1155`: optimize memory accesses
5 changes: 5 additions & 0 deletions .changeset/tough-drinks-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---

`ERC1155`: Optimize array accesses by skipping bounds checking when unnecessary.

0 comments on commit f25df97

Please sign in to comment.