Files
openzeppelin-contracts/.changeset/heavy-drinks-fail.md
github-actions dbe796d542 Update docs
2023-09-19 19:19:10 +00:00

6 lines
305 B
Markdown

---
'openzeppelin-solidity': major
---
`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.