mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 07:48:00 +00:00
d241ab9c1b
* Release v14.3.0 * Add a release checklist * Edition 2021 * Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Andronik <write@reusable.software> * It's a breaking change: 15.0.0 Co-authored-by: Andronik <write@reusable.software>
46 lines
1.1 KiB
Markdown
46 lines
1.1 KiB
Markdown
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [15.0.0] - 2022-02-08
|
|
|
|
### Changed
|
|
|
|
- Update edition to 2021
|
|
- Update `scale-info` to v2.0.0 and `parity-scale-codec` to v3.0.0 [#35](https://github.com/paritytech/frame-metadata/pull/35)
|
|
|
|
## [14.2.0] - 2021-11-04
|
|
|
|
- Add function to return metadata version [#30](https://github.com/paritytech/frame-metadata/pull/30)
|
|
|
|
## [14.1.0] - 2021-11-03
|
|
|
|
- Add metadata version v8-v11 [#28](https://github.com/paritytech/frame-metadata/pull/28)
|
|
- Combine Map/NMap/DoubleMap StorageEntryTypes [#23](https://github.com/paritytech/frame-metadata/pull/23)
|
|
|
|
## [14.0.0] - 2021-09-01
|
|
|
|
## [14.0.0-rc.3] - 2021-08-31
|
|
|
|
### Added
|
|
|
|
- Add Runtime type to metadata
|
|
|
|
## [14.0.0-rc.2] - 2021-08-04
|
|
|
|
### Changed
|
|
|
|
Combine Map/NMap/DoubleMap StorageEntryTypes [#23](https://github.com/paritytech/frame-metadata/pull/23)
|
|
|
|
## [14.0.0-rc.1] - 2021-07-30
|
|
|
|
### Added
|
|
|
|
- Metadata V14
|