Following this dicussion, here is a list of changes compared to the legacy token:
transfer and transferFrom to address(0) now revert
the ability to natively permission functions (without upgrades) has been removed. For example, there was sort of a pause mechanism in the legacy token, by restricting the role 0
Following this dicussion, here is a list of changes compared to the legacy token:
transfer
andtransferFrom
toaddress(0)
now revertWe could document those changes in the README