git.delta.rocks / unique-network / refs/commits / 467da923cc78

difftreelog

Merge pull request #480 from UniqueNetwork/fix/remove-duplicate-changelog

kozyrevdev2022-08-09parents: #99636cf #bf656b0.patch.diff
in: master
Remove duplicate changelog

2 files changed

deletedpallets/common/CHANGELOG.MDdiffbeforeafterboth

no content

modifiedpallets/common/CHANGELOG.mddiffbeforeafterboth
--- 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