From 4a5e049a3b40ba8c0dfa061a437fcf22b91bb175 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Fri, 05 Aug 2022 09:56:15 +0000 Subject: [PATCH] Revert back file --- --- a/pallets/common/CHANGELOG.md +++ b/pallets/common/CHANGELOG.md @@ -2,13 +2,11 @@ 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.1] - 2022-07-14 -## [0.1.2] - 2022-07-20 +### Added -### Fixed + - Implementation of RPC method `token_owners` returning 10 owners in no particular order. + This was an internal request to improve the web interface and support fractionalization event. -- Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid - mutability modifiers, causing invalid stub/abi generation. + \ No newline at end of file -- gitstuff