- Add
managedaccess control option for use with AccessManager. (#298)
- Update to OpenZeppelin Contracts 5.0. (#284)
- Require constructor or initializer arguments for initial owner or role assignments if using access control.
- Use token-specific pausable extensions.
- Enable ERC20Permit by default.
- Breaking change: Update to OpenZeppelin Contracts 4.9. (#252)
- Change default voting delay to 1 day in
governor. (#258)
- Fix module not found error. (#235)
- Fix missing file. (#234)
- Remove unspecified dependency on
@openzeppelin/contracts. (#233)
- Reduce default block time to 12 seconds in
governor. (fdcf912) - Breaking change: Update to OpenZeppelin Contracts 4.8 and Solidity ^0.8.9. (#199)
- Support custom contract type, optional access control. (#112)
- Initial API for Solidity. (#136)