difftreelog
Merge pull request #480 from UniqueNetwork/fix/remove-duplicate-changelog
in: master
Remove duplicate changelog
2 files changed
pallets/common/CHANGELOG.MDdiffbeforeafterboth--- 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.
pallets/common/CHANGELOG.mddiffbeforeafterboth1# Change Log23All notable changes to this project will be documented in this file.45## [0.1.1] - 2022-07-1467### Added89 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.10 This was an internal request to improve the web interface and support fractionalization event. 1112 1# Change Log23All notable changes to this project will be documented in this file.45## [0.1.3] - 2022-07-256### Add7- Some static property keys and values.89## [0.1.2] - 2022-07-201011### Fixed1213- Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid14 mutability modifiers, causing invalid stub/abi generation.1516## [0.1.1] - 2022-07-141718### Added1920 - Implementation of RPC method `token_owners` returning 10 owners in no particular order.21 This was an internal request to improve the web interface and support fractionalization event. 2223