Skip to content

Commit bddbbe9

Browse files
committed
add changes to minimum solidity compiler version in the changelog
1 parent 2d30415 commit bddbbe9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### New features:
66
* `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))
77

8+
### Breaking changes:
9+
* `ERC165Checker` now requires a minimum Solidity compiler version of 0.5.10. ([#1829](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1829))
10+
811
## 2.4.0 (unreleased)
912

1013
### New features:
@@ -25,8 +28,9 @@
2528
* `PullPayment.withdrawPayments(address payable payee)`
2629
* `Escrow.withdraw(address payable payee)`
2730

28-
### Breaking changes in drafts:
29-
* `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))
31+
### Breaking changes:
32+
* `Address` now requires a minimum Solidity compiler version of 0.5.5. ([#1802](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1802))
33+
* `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))
3034

3135
## 2.3.0 (2019-05-27)
3236

0 commit comments

Comments
 (0)