pull/2827/head v4.3.0-rc.0
Hadrien Croubois 4 years ago
parent 6618f9f184
commit 635e36ff08
  1. 2
      CHANGELOG.md
  2. 2
      contracts/package.json
  3. 4
      package-lock.json
  4. 2
      package.json

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## 4.3.0
* `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))

@ -1,7 +1,7 @@
{
"name": "@openzeppelin/contracts",
"description": "Secure Smart Contract library for Solidity",
"version": "4.2.0",
"version": "4.3.0-rc.0",
"files": [
"**/*.sol",
"/build/contracts/*.json",

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "openzeppelin-solidity",
"version": "4.2.0",
"version": "4.3.0-rc.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "openzeppelin-solidity",
"version": "4.2.0",
"version": "4.3.0-rc.0",
"license": "MIT",
"bin": {
"openzeppelin-contracts-migrate-imports": "scripts/migrate-imports.js"

@ -1,7 +1,7 @@
{
"name": "openzeppelin-solidity",
"description": "Secure Smart Contract library for Solidity",
"version": "4.2.0",
"version": "4.3.0-rc.0",
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json",

Loading…
Cancel
Save