Replace custom errors with native panic codes in DoubleEndedQueue (#4872)
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
5
.changeset/gentle-bulldogs-turn.md
Normal file
5
.changeset/gentle-bulldogs-turn.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`DoubleEndedQueue`: Custom errors replaced with native panic codes.
|
||||
@ -2,4 +2,4 @@
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Math`: MathOverflowedMulDiv error was replaced with native panic codes.
|
||||
`Math`: Custom errors replaced with native panic codes.
|
||||
|
||||
Reference in New Issue
Block a user