Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 654ef38

Browse files
committedJan 19, 2023
reword changesets
1 parent 2e5c32b commit 654ef38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.changeset/strong-bulldogs-buy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'openzeppelin-solidity': minor
33
---
44

5-
`ERC1967Upgrade`: remove the existing, contract-wide, oz-upgrades-unsafe-allow natspec.
5+
`ERC1967Upgrade`: removed contract-wide `oz-upgrades-unsafe-allow delegatecall` annotation, replaced by granular annotation in `UUPSUpgradeable`.

‎.changeset/yellow-swans-cover.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'openzeppelin-solidity': minor
33
---
44

5-
`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`).
5+
`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 commit comments

Comments
 (0)
Please sign in to comment.