summaryrefslogtreecommitdiff
path: root/crates/tor-checkable/semver.md
blob: e3df9af286f2b116bbc95b3ed11bb5037da99a46 (plain)
1
BREAKING: `TimeRangeBound` now returns a tuple of `Option<SystemTime>` instead of `Bound<SystemTime>`. Callers who want something that implements `RangeBound` should use the `TimeRangeBound` object directly. Code that wants a underlying `SystemTime` object should be simplified by having only two match arms instead of three. (#1691)