You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/contracts/CHANGELOG.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## v1.3.1-rc0
8
+
## v1.3.0
9
9
10
10
### Added
11
11
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.
23
12
- Inherit `ProtocolVersion` and `ERC165` in `DAOFactory` and `PluginRepoFactory`.
24
13
- Inherit `ProtocolVersion` in `DAO` and `PluginRepo`.
25
14
- 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
28
17
29
18
### Changed
30
19
20
+
- Added missing `virtual` keyword to `PermissionCondition` and `PermissionConditionUpgradeable`.
31
21
- 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.
32
22
- Revert with errors (`ConditionNotAContract`, `ConditionInterfacNotSupported`) if the `grantWithCondition` function in `PermissionManager` is called with a condition address that is not a `IPermissionCondition` implementation.
33
23
-`_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
39
29
- Changed the `isMember` function in the `TokenVoting` plugin to also take delegators of the token into account.
40
30
- Fixed and clarified the NatSpec comments according to the Code4rena audit suggestions.
41
31
- 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.
0 commit comments