1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->6## [0.1.14] - 2023-04-1978- ### Fixed910- Useless `on_runtime_upgrade()` has been removed1112## [0.1.13] - 2023-01-201314### Changed1516- Behavior of the `CommonWeightInfo::create_item` method.1718## [0.1.12] - 2022-11-161920### Changed2122- Behavior of the `setCollectionLimit` method.23 Removed method overload: single signature `(string, uint256)`24 is used for both cases.2526## [0.1.11] - 2022-11-122728### Changed2930- In the `Collection` solidity interface,31 the `allowed` function has been renamed to `allow_listed_cross`.32 Also `EthCrossAccount` type is now used as `user` arg.3334## [0.1.10] - 2022-11-023536### Changed3738- Use named structure `EthCrossAccount` in eth functions.3940## [0.1.9] - 2022-10-134142## Added4344- EVM event for `destroy_collection`.4546## [0.1.8] - 2022-08-244748## Added4950- Eth methods for collection51 - set_collection_sponsor_substrate52 - has_collection_pending_sponsor53 - remove_collection_sponsor54 - get_collection_sponsor55- Add convert function from `uint256` to `CrossAccountId`.5657## [0.1.7] - 2022-08-195859### Added6061- Add convert funtion from `CrossAccountId` to eth `uint256`.6263## [0.1.6] - 2022-08-166465### Added6667- New Ethereum API methods: changeOwner, changeOwner(Substrate) and verifyOwnerOrAdmin(Substrate).6869## [v0.1.5] 2022-08-167071### Other changes7273- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a7475- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf87677- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d9757879New methods allows to call `remove_prefix` with limit multiple times80in the same block81However, we don't use prefix removal limits, so upgrade is82straightforward8384Upstream-Change: <https://github.com/paritytech/substrate/pull/11490>8586- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b8788## [0.1.3] - 2022-07-258990### Add9192- Some static property keys and values.9394## [0.1.2] - 2022-07-209596### Fixed9798- Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid99 mutability modifiers, causing invalid stub/abi generation.100101## [0.1.1] - 2022-07-14102103### Added104105- Implementation of RPC method `token_owners` returning 10 owners in no particular order.106 This was an internal request to improve the web interface and support fractionalization event.