Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update strong-poems-thank.md
  • Loading branch information
Amxx authored Jul 8, 2023
commit d5b67d3499793e00e8b7a4ad0274ecec4ce97064
2 changes: 1 addition & 1 deletion .changeset/strong-poems-thank.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.