Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix up CHANGELOG.md
  • Loading branch information
ascjones committed Jul 29, 2021
commit e212de6a65b8ecbe865c0a60fbf49f5dabe0c36c
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow codec attributes, in case missing Encode/Decode derives [(#117)](https://github.com/paritytech/scale-info/pull/117)

### Changed
- Erase PhantomData fields [(#111)](https://github.com/paritytech/scale-info/pull/111)[(#115)](https://github.com/paritytech/scale-info/pull/115)
- Erase PhantomData fields [(#111](https://github.com/paritytech/scale-info/pull/111), [#115)](https://github.com/paritytech/scale-info/pull/115)
- Make variant index explicit, remove discriminant [(#112)](https://github.com/paritytech/scale-info/pull/112)
- Include type id in serialized type registry [(#114)](https://github.com/paritytech/scale-info/pull/114)
- Improve docs feature [(#116)](https://github.com/paritytech/scale-info/pull/116)
Expand Down