Skip to content

Commit

Permalink
Add changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
0xclaudeshannon committed Jan 8, 2022
1 parent b186eb5 commit b34920b
Showing 1 changed file 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 @@ -13,6 +13,7 @@
* `ERC2771Context`: use immutable storage to store the forwarder address, no longer an issue since Solidity >=0.8.8 allows reading immutable variables in the constructor. ([#2917](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2917))
* `Base64`: add a library to parse bytes into base64 strings using `encode(bytes memory)` function, and provide examples to show how to use to build URL-safe `tokenURIs` ([#2884](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/#2884))
* `ERC20`: reduce allowance before triggering transfer.
* `ERC20`: do not change ERC20 allowance on `transferFrom` when allowance is `type(uint256).max`.

## 4.4.1 (2021-12-14)

Expand Down

0 comments on commit b34920b

Please sign in to comment.