Update strong-poems-thank.md

This commit is contained in:
Hadrien Croubois
2023-07-08 15:40:04 +02:00
committed by GitHub
parent 909af00946
commit d5b67d3499

View File

@ -2,4 +2,4 @@
'openzeppelin-solidity': major 'openzeppelin-solidity': major
--- ---
`DoubleEndedQueue`: refactor internal structure to use uint instead of int. `DoubleEndedQueue`: refactor internal structure to use `uint128` instead of `int128`. This has no effect on the library interface.