From 467da923cc787c8d736e8180d84ccb29f8cdcc2a Mon Sep 17 00:00:00 2001 From: kozyrevdev <73348153+kozyrevdev@users.noreply.github.com> Date: Tue, 09 Aug 2022 08:58:56 +0000 Subject: [PATCH] Merge pull request #480 from UniqueNetwork/fix/remove-duplicate-changelog Remove duplicate changelog --- --- a/pallets/common/CHANGELOG.MD +++ /dev/null @@ -1,14 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. - -## [0.1.3] - 2022-07-25 -### Add -- Some static property keys and values. - -## [0.1.2] - 2022-07-20 - -### Fixed - -- Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid - mutability modifiers, causing invalid stub/abi generation. --- a/pallets/common/CHANGELOG.md +++ b/pallets/common/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.3] - 2022-07-25 +### Add +- Some static property keys and values. + +## [0.1.2] - 2022-07-20 + +### Fixed + +- Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid + mutability modifiers, causing invalid stub/abi generation. + ## [0.1.1] - 2022-07-14 ### Added -- gitstuff