diff --git a/.changeset/strong-poems-thank.md b/.changeset/strong-poems-thank.md index d84fa3ea8..5f496de7f 100644 --- a/.changeset/strong-poems-thank.md +++ b/.changeset/strong-poems-thank.md @@ -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.