Skip to content

Commit a20408a

Browse files
authored
Update CHANGELOG.md
1 parent 81b1e48 commit a20408a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### New features
66
* `SafeCast.toUintXX`: new library for integer downcasting, which allows for safe operation on smaller types (e.g. `uint32`) when combined with `SafeMath`. ([#1926](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1926))
77

8+
### Improvements
9+
* `ERC777`: `_burn` is now internal, providing more flexibility and making it easier to create tokens that deflate. ([#1908]https://github.com/OpenZeppelin/openzeppelin-contracts/pull/1908))
10+
811
### Breaking changes
912
* `ERC165Checker` now requires a minimum Solidity compiler version of 0.5.10. ([#1829](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1829))
1013

0 commit comments

Comments
 (0)