From bf2de3a09cdb502327a8b65ab36abce545ef594d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Thu, 17 Feb 2022 23:01:37 +0100 Subject: [PATCH] changelog update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bacda1..314ddc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ### [1.4.2](https://github.com/juliancwirko/elven-nft-minter-sc/releases/tag/v1.4.2) (2022-02-17) -- fixed bug related to the main limit per address per collection - u32 underflow in one edgy case +- fixed bug related to the limits per address - u32 underflow in one case ### [1.4.1](https://github.com/juliancwirko/elven-nft-minter-sc/releases/tag/v1.4.1) (2022-02-14) - fix populate indexes after changes in the Elrond's architecture, check out: [#34](https://github.com/juliancwirko/elven-nft-minter-sc/issues/34) for more details. It results in more transactions that have to be done. But for now, it is necessary.