From d5b67d3499793e00e8b7a4ad0274ecec4ce97064 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Sat, 8 Jul 2023 15:40:04 +0200 Subject: [PATCH] Update strong-poems-thank.md --- .changeset/strong-poems-thank.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.