Remove gas optimization changeset entries (#4889)

This commit is contained in:
Ernesto García
2024-02-09 15:36:14 -06:00
committed by GitHub
parent 17a8955cd8
commit 8b12f83a70
2 changed files with 0 additions and 10 deletions

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': minor
---
`Math`: Optimized gas cost of `ceilDiv` by using `unchecked`.

View File

@ -1,5 +0,0 @@
---
'openzeppelin-solidity': patch
---
`Checkpoints`: Optimized checkpoint access by removing redundant memory usage.