Skip to content

Commit

Permalink
feat: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Nov 8, 2024
1 parent b0d8e3b commit b1d4574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the `FunctionDeprecated` error to `DAO`.
- Added a storage gap to `PluginRepo`.
- Added `initializeFrom` placeholder function to `PluginRepo`.
- `applyMultiTargetPermissions` will revoke when operation is `Grant` and a condition is provided.

### Changed

Expand All @@ -27,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed `managingDAO` during deployment to `managementDAO`.
- Aligned contract names during deployment with the names given in `@aragon/osx-commons-configs`.
- Move events `ReleaseMetadataUpdated`and `VersionCreated` from `PluginRepo` to `IPluginRepo`.
- Allow granting permission to `_who: ANY_ADDR`.

### Removed

Expand Down

0 comments on commit b1d4574

Please sign in to comment.