Add 'available since' notices

This commit is contained in:
Nicolás Venturo
2020-06-11 16:46:33 -03:00
parent 8b58fc7191
commit b72088a90a
11 changed files with 38 additions and 4 deletions

View File

@ -59,6 +59,8 @@ abstract contract AccessControl is Context {
*
* `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
* {RoleAdminChanged} not being emitted signaling this.
*
* _Available since v3.1._
*/
event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);