From 52188a21272c9863443ad33a4cd30d4871371642 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Tue, 24 Aug 2021 16:09:25 -0300 Subject: [PATCH] Add changelog entry for 3.4.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b3d4580..23079afa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,6 +95,10 @@ Make sure you're using git or another version control system to be able to recov Some further changes have been done between the different beta iterations. Transitions made during this period are configured in the `migrate-imports` script. Consequently, you can upgrade from any previous 4.0-beta.x version using the same script as described in the *How to upgrade from 3.x* section. +## 3.4.1 (2021-03-03) + + * `ERC721`: made `_approve` an internal function (was private). + ## 3.4.0 (2021-02-02) * `BeaconProxy`: added new kind of proxy that allows simultaneous atomic upgrades. ([#2411](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2411))