You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/popular-deers-raise.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
'openzeppelin-solidity': major
3
3
---
4
4
5
-
`Governor`: Use `bytes memory` signature instead of `r`, `s` and `v`parameters in the `castVoteBySig` and `castVoteWithReasonAndParamsBySig` functions.
5
+
`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.
0 commit comments