summaryrefslogtreecommitdiff
path: root/crates/tor-key-forge/semver.md
blob: 00d060f0eb4c2c1103916ebab3c7655385d6798e (plain)
1
2
3
4
5
BREAKING: `ErasedKey` is now `Box<dyn ItemType>`
BREAKING: `EncodableItem::item_type()` moved to `ItemType::item_type()`
BREAKING: `ToEncodableCert::Cert` replaced with `ToEncodableCert::ParsedCert` and `ToEncodableCert::EncodableCert`
BREAKING: `ToEncodableCert::validate` now takes a `Self::ParsedCert` and returns `Self`
REMOVED: `ToEncodableCert::From_encodableCert`