Fix inconsistencies in contract/test hierachy (#2814)

* Fix inconsistencies in contract/test hierachy

* changelog entry
pull/2819/head
Hadrien Croubois 4 years ago committed by GitHub
parent d89f2a4ac6
commit 7279273ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 0
      test/finance/PaymentSplitter.test.js
  3. 0
      test/proxy/utils/Initializable.test.js
  4. 0
      test/proxy/utils/UUPSUpgradeable.test.js

@ -5,6 +5,7 @@
* `ERC2771Context`: use private variable from storage to store the forwarder address. Fixes issues where `_msgSender()` was not callable from constructors. ([#2754](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2754))
* `EnumerableSet`: add `values()` functions that returns an array containing all values in a single call. ([#2768](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2768))
* `Governor`: added a modular system of `Governor` contracts based on `GovernorAlpha` and `GovernorBravo`. ([#2672](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2672))
* Fix hierarchy inconsistencies between `contracts` and `test` introduced during the 4.0 repo refactor. ([#2814](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2814))
## 4.2.0 (2021-06-30)

Loading…
Cancel
Save