Skip to content

Commit

Permalink
reword changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jan 19, 2023
1 parent 2e5c32b commit 654ef38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/strong-bulldogs-buy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': minor
---

`ERC1967Upgrade`: remove the existing, contract-wide, oz-upgrades-unsafe-allow natspec.
`ERC1967Upgrade`: removed contract-wide `oz-upgrades-unsafe-allow delegatecall` annotation, replaced by granular annotation in `UUPSUpgradeable`.
2 changes: 1 addition & 1 deletion .changeset/yellow-swans-cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': minor
---

`UUPSUpgradeable`: add function specific oz-upgrades-unsafe-allow-reachable to improve check by latest version of the upgrades plugin (starting with `@openzeppelin/upgrades-core@1.21.0`).
`UUPSUpgradeable`: added granular `oz-upgrades-unsafe-allow-reachable` annotation to improve upgrade safety checks on latest version of the Upgrades Plugins (starting with `@openzeppelin/upgrades-core@1.21.0`).

0 comments on commit 654ef38

Please sign in to comment.