You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog].
4
4
5
5
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
6
6
7
+
## 0.15.0 (2025-11-20)
8
+
9
+
- Update to `scale-info-legacy` 0.4.0.
10
+
- Tweak `AccountId32` types to be unnamed structs rather than tuple types, so that they get a path.
11
+
- Add `legacy_types::from_bytes` to convert provided bytes into a `ChainTypeRegistry`, negating the need to include `serde_yaml` or whatever in other crates.
12
+
7
13
## 0.14.0 (2025-11-19)
8
14
9
15
- Add Kusama RC types capable of decoding historic blocks.
0 commit comments