Skip to content

Commit ca37b74

Browse files
committed
Transpile b3cf67b
1 parent c1c6563 commit ca37b74

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

CHANGELOG.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
# Changelog for Upgradeable variant
2-
3-
## 3.2.0 (2020-11-11)
4-
5-
* First release of Upgradeable variant, replacing Ethereum Package variant which is now deprecated.
6-
7-
### Upgrading from OpenZeppelin Contracts Ethereum Package
8-
9-
* The dependency on `@openzeppelin/contracts-ethereum-package` should be replaced by `@openzeppelin/contracts-upgradeable`.
10-
* All contracts, interfaces, and libraries now have an `Upgradeable` suffix, instead of the `UpgradeSafe` suffix that only contracts used to have. The only exception is the `Initializable` contract which retains its original name.
11-
* `Address``AddressUpgradeable`
12-
* `ERC20UpgradeSafe``ERC20Upgradeable`
13-
* This change improves compatibility with the main OpenZeppelin Contracts package, allowing both to be used side by side.
14-
* Solidity files are now also suffixed, to keep the Solidity convention of equal file and contract name.
15-
* `access/Ownable.sol``access/OwnableUpgradeable.sol`
16-
* Import paths no longer include `/contracts/`.
17-
* `@openzeppelin/contracts-ethereum-package/contracts/access/Ownable.sol``@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol`
18-
191
# Changelog
202

213
## 4.0.0
@@ -86,6 +68,10 @@ If you're using our implementation of ERC777 from version 3.3.0 or earlier, and
8668
* `TimelockController`: added a contract to augment access control schemes with a delay. ([#2354](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2354))
8769
* `EnumerableSet`: added `Bytes32Set`, for sets of `bytes32`. ([#2395](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2395))
8870

71+
## Upgradeable 3.2.0 (2020-11-11)
72+
73+
* First release of Upgradeable variant, replacing Ethereum Package variant which is now deprecated.
74+
8975
## 3.2.2-solc-0.7 (2020-10-28)
9076
* Resolve warnings introduced by Solidity 0.7.4. ([#2396](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2396))
9177

0 commit comments

Comments
 (0)