summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/semver.md
blob: cd0e8dbe3c61a0f0e8fccf2796a75c866c334db1 (plain)
1
2
3
4
5
### BREAKING:

`UnrecognizedEntryError::new` associated function is now only accessible within the crate `tor-keymgr`.
`UnrecognizedEntryId` is renamed to `UnrecognizedEntry`.
`KeyMgr::list()` and `Keystore::list()` now return `Result<Vec<KeystoreEntryResult<KeystoreEntry>>>`.