From 7f4b4ca6337b91aaf8b89c48bc306de1aec2b679 Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:51:18 +0200 Subject: [PATCH] Update CHANGELOG.md --- foundry/lib/openzeppelin-contracts/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry/lib/openzeppelin-contracts/CHANGELOG.md b/foundry/lib/openzeppelin-contracts/CHANGELOG.md index d464a4e..21f586b 100644 --- a/foundry/lib/openzeppelin-contracts/CHANGELOG.md +++ b/foundry/lib/openzeppelin-contracts/CHANGELOG.md @@ -654,7 +654,7 @@ It is no longer possible to call an `initializer`-protected function from within This release includes two small breaking changes in `TimelockController`. 1. The `onlyRole` modifier in this contract was designed to let anyone through if the role was granted to `address(0)`, - allowing the possibility to to make a role "open", which can be used for `EXECUTOR_ROLE`. This modifier is now + allowing the possibility to make a role "open", which can be used for `EXECUTOR_ROLE`. This modifier is now replaced by `AccessControl.onlyRole`, which does not have this ability. The previous behavior was moved to the modifier `TimelockController.onlyRoleOrOpenRole`. 2. It was possible to make `PROPOSER_ROLE` an open role (as described in the previous item) if it was granted to