Skip to content

Commit 60bbffc

Browse files
authored
Update CHANGELOG.md
1 parent 4826041 commit 60bbffc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

3+
## 2.5.0 (unreleased)
4+
5+
### New features:
6+
* `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))
7+
38
## 2.4.0 (unreleased)
49

510
### New features:
611
* `Address.toPayable`: added a helper to convert between address types without having to resort to low-level casting. ([#1773](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1773))
712
* Facilities to make metatransaction-enabled contracts through the Gas Station Network. ([#1844](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/1844))
8-
* `SafeCast.toUintXX`: Increases security when used along with `SafeMath` for unitXX operations requiring downcasting.
913

1014
### Improvements:
1115
* `Address.isContract`: switched from `extcodesize` to `extcodehash` for less gas usage. ([#1802](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1802))

0 commit comments

Comments
 (0)