Skip to content

Commit 19990eb

Browse files
authored
update changeset
1 parent 3cf29db commit 19990eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/heavy-drinks-fail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'openzeppelin-solidity': major
33
---
44

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

Comments
 (0)