Skip to content

Commit

Permalink
chore(contracts): update changelog (#587)
Browse files Browse the repository at this point in the history
* chore: update changelog

* Update packages/contracts/CHANGELOG.md

Co-authored-by: Michael Heuer <[email protected]>

---------

Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
josemarinas and heueristik authored May 2, 2024
1 parent 6f27f30 commit 45f7551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed the `setSignatureValidator` function and `signatureValidator` variable in `DAO`. In places, where the function must remain to not alter the `IDAO` interface ID, it will revert and explanatory notes are put in place.
- Removed `active_contracts.json` file and replaced it with `@aragon/osx-commons-configs` package.

### Fixed

- Switch the parameter order in the `MinApprovalsOutOfBounds` error in the `Multisig` plugin.
- Fixed NatSpec comment in `getProposal` function in the `Multisig` plugin.

## v1.3.0

### Added
Expand Down

0 comments on commit 45f7551

Please sign in to comment.