Skip to content

Commit

Permalink
Fix inconsistencies in contract/test hierachy (OpenZeppelin#2814)
Browse files Browse the repository at this point in the history
* Fix inconsistencies in contract/test hierachy

* changelog entry
  • Loading branch information
Amxx authored Aug 6, 2021
1 parent d89f2a4 commit 7279273
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7279273

Please sign in to comment.