Skip to content

Commit a050738

Browse files
committed
chore(contracts): updates changelog
1 parent a97218a commit a050738

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

packages/contracts/CHANGELOG.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## v1.3.1-rc0
8+
## v1.3.0
99

1010
### Added
1111

12-
### Changed
13-
14-
- Added missing `virtual` keyword to `PermissionCondition` and `PermissionConditionUpgradeable`.
15-
16-
### Removed
17-
18-
## v1.3.0-rc0
19-
20-
### Added
21-
22-
- Added `PermissionCondition` and `PermissionConditionUpgradeable` to have ERC-165 support for `IPermissionCondition` implementations.
2312
- Inherit `ProtocolVersion` and `ERC165` in `DAOFactory` and `PluginRepoFactory`.
2413
- Inherit `ProtocolVersion` in `DAO` and `PluginRepo`.
2514
- Added a `nonReentrant` modifier to the `execute` function in the `DAO` contract.
@@ -28,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2817

2918
### Changed
3019

20+
- Added missing `virtual` keyword to `PermissionCondition` and `PermissionConditionUpgradeable`.
3121
- Changed `TokenVotingSetup` to receive the `GovernanceERC20` and `GovernanceWrappedERC20` base contracts as constructor arguments to reduce the `initCode` size because of limitations on the Goerli testnet.
3222
- Revert with errors (`ConditionNotAContract`, `ConditionInterfacNotSupported`) if the `grantWithCondition` function in `PermissionManager` is called with a condition address that is not a `IPermissionCondition` implementation.
3323
- `_grantWithCondition()` doesn't accept `ALLOW_FLAG` anymore as valid condition input.
@@ -39,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3929
- Changed the `isMember` function in the `TokenVoting` plugin to also take delegators of the token into account.
4030
- Fixed and clarified the NatSpec comments according to the Code4rena audit suggestions.
4131
- Changed the solidity compiler pragma from `0.8.17` to `^0.8.8` for files that external developers inherit from.
32+
- Added `PermissionCondition` and `PermissionConditionUpgradeable` to have ERC-165 support for `IPermissionCondition` implementations.
4233

4334
### Removed
4435

0 commit comments

Comments
 (0)