add Available since 4.1 comments
(cherry picked from commit 9a698e6b7b)
This commit is contained in:
@ -10,6 +10,8 @@ import "../ERC1967/ERC1967Upgrade.sol";
|
||||
* continuation of the upgradability.
|
||||
*
|
||||
* The {_authorizeUpgrade} function MUST be overridden to include access restriction to the upgrade mechanism.
|
||||
*
|
||||
* _Available since v4.1._
|
||||
*/
|
||||
abstract contract UUPSUpgradeable is ERC1967Upgrade {
|
||||
function upgradeTo(address newImplementation) external virtual {
|
||||
|
||||
Reference in New Issue
Block a user