Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio authored Jun 22, 2023
1 parent 3cf29db commit 19990eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/heavy-drinks-fail.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': major
---

`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.
`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 comments on commit 19990eb

Please sign in to comment.