From 158a9193a8d45e7da0478f6b0238cc191cf3d3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Manuel=20Mari=C3=B1as=20Bascoy?= Date: Thu, 2 May 2024 12:39:12 +0200 Subject: [PATCH] chore: update changelog --- packages/contracts/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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