@ -2,4 +2,4 @@
'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.