git.delta.rocks / unique-network / refs/commits / bf656b07fdbb

difftreelog

Merge duplicated changelogs into one file

Andrey2022-08-09parent: #99636cf.patch.diff
in: master

2 files changed

deletedpallets/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.
modifiedpallets/common/CHANGELOG.mddiffbeforeafterboth
22
3All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.
44
5## [0.1.3] - 2022-07-25
6### Add
7- Some static property keys and values.
8
9## [0.1.2] - 2022-07-20
10
11### Fixed
12
13- Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid
14 mutability modifiers, causing invalid stub/abi generation.
15
5## [0.1.1] - 2022-07-1416## [0.1.1] - 2022-07-14
617
7### Added18### Added