From 3b9dcd26c46ff8df4f75d0e56605a8da099b2e1c Mon Sep 17 00:00:00 2001 From: ernestognw Date: Tue, 4 Jul 2023 13:01:17 -0600 Subject: [PATCH] Merge changesets --- .changeset/dry-crews-sell.md | 5 ----- .changeset/popular-deers-raise.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .changeset/dry-crews-sell.md diff --git a/.changeset/dry-crews-sell.md b/.changeset/dry-crews-sell.md deleted file mode 100644 index 35c85ad6ebb..00000000000 --- a/.changeset/dry-crews-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openzeppelin-solidity': minor ---- - -`Governor`: Add support for casting votes with ERC-1271 signatures. diff --git a/.changeset/popular-deers-raise.md b/.changeset/popular-deers-raise.md index 134fc7dc5cb..ec1fb746625 100644 --- a/.changeset/popular-deers-raise.md +++ b/.changeset/popular-deers-raise.md @@ -2,4 +2,4 @@ 'openzeppelin-solidity': major --- -`Governor`: Use `bytes memory` signature instead of `r`, `s` and `v` parameters in the `castVoteBySig` and `castVoteWithReasonAndParamsBySig` functions. +`Governor`: Add support for casting votes with ERC-1271 signatures by using a `bytes memory signature` instead of `r`, `s` and `v` arguments in the `castVoteBySig` and `castVoteWithReasonAndParamsBySig` functions.