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/heavy-drinks-fail.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
-
`ERC20` does not emit an `Approval` event when `transferFrom`consumes part of the approval. With this change, allowances are no longer reconstructible from events. See the code for guidelines on how to re-enable this event.
5
+
`ERC20`: Remove `Approval` event previously emitted in `transferFrom`to indicate that part of the allowance was consumed. With this change, allowances are no longer reconstructible from events. See the code for guidelines on how to re-enable this event if needed.
0 commit comments