From 4abd61cef6246833f4fc7dd7126c734f3604d1d7 Mon Sep 17 00:00:00 2001 From: anthowen Date: Mon, 19 Jul 2021 08:53:56 -0400 Subject: [PATCH] Fix dates in the YYYY-MM-DD format --- changelog/contracts.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog/contracts.md b/changelog/contracts.md index 468f3638ad..3cf2005540 100644 --- a/changelog/contracts.md +++ b/changelog/contracts.md @@ -2,7 +2,7 @@ All notable changes to the contracts will be documented in this file. -## 2021-31-05 +## 2021-05-31 **Version 5.1** is scheduled for upgrade. @@ -23,7 +23,7 @@ All notable changes to the contracts will be documented in this file. `AdditionalZkSync.sol`, to which some functionality is delegated. - `ZkSyncNFTFactory.sol` which serves as a default NFT factory, where all the NFTs are withdrawn by default. -## 2021-25-02 +## 2021-02-25 **Version 5** is scheduled for upgrade. @@ -37,11 +37,11 @@ All notable changes to the contracts will be documented in this file. - Maximum amount of tokens that can be used to pay tx fee is increased to 512. - Circuit now enforces that `ForcedExit` target account pubkey hash is empty. -## 2021-09-02 +## 2021-02-09 **Version 4** is released. -## 2021-14-01 +## 2021-01-14 **Version 4** is scheduled for upgrade. @@ -95,7 +95,7 @@ All notable changes to the contracts will be documented in this file. - `ChangePubKey` operation requires fee for processing. -## 2020-20-07 +## 2020-07-20 **Version 2** is released.