Commit bddbbe99 by Francisco Giordano

add changes to minimum solidity compiler version in the changelog

parent 2d304153
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
### New features: ### New features:
* `SafeCast.toUintXX`: new library for integer downcasting, which allows for safe operation on smaller types (e.g. `uint32`) when combined with `SafeMath`. ([#1926](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1926)) * `SafeCast.toUintXX`: new library for integer downcasting, which allows for safe operation on smaller types (e.g. `uint32`) when combined with `SafeMath`. ([#1926](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1926))
### Breaking changes:
* `ERC165Checker` now requires a minimum Solidity compiler version of 0.5.10. ([#1829](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1829))
## 2.4.0 (unreleased) ## 2.4.0 (unreleased)
### New features: ### New features:
...@@ -25,8 +28,9 @@ ...@@ -25,8 +28,9 @@
* `PullPayment.withdrawPayments(address payable payee)` * `PullPayment.withdrawPayments(address payable payee)`
* `Escrow.withdraw(address payable payee)` * `Escrow.withdraw(address payable payee)`
### Breaking changes in drafts: ### Breaking changes:
* `SignatureBouncer` has been removed from the library, both to avoid confusions with the GSN Bouncers and `GSNBouncerSignature` and because the API was not very clear. ([#1879](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/1879)) * `Address` now requires a minimum Solidity compiler version of 0.5.5. ([#1802](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1802))
* `SignatureBouncer` has been removed from drafts, both to avoid confusions with the GSN and `GSNRecipientSignature` (previously called `GSNBouncerSignature`) and because the API was not very clear. ([#1879](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/1879))
## 2.3.0 (2019-05-27) ## 2.3.0 (2019-05-27)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment