diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index e6faa1a4b..5e2630ca4 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `VersionComparisonLib` to compare semantic versioning numbers. - Inherit `ProtocolVersion` in `Plugin`, `PluginCloneable`, `PluginUUPSUpgradeable`, `PluginSetup`, `PermissionCondition`, `PermissionConditionUpgradeable` `PluginSetupProcessor`, `PluginRepoRegistry`, `DAORegistry`, and `ENSSubdomainRegistrar`. - Added the `FunctionDeprecated` error to `DAO`. +- Added a storage gap to `PluginRepo`. +- Added `initializeFrom` placeholder function to `PluginRepo`. ### Changed @@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use the DAOs permission manager functionality to validate signatures. - Renamed `managingDAO` during deployment to `managmentDAO`. - Aligned contract names during deployment with the names given in `@aragon/osx-commons-configs`. +- Move events `ReleaseMetadataUpdated`and `VersionCreated` from `PluginRepo` to `IPluginRepo`. ### Removed