From dbd7388991cc933ae0fe4715f50ab460454133b0 Mon Sep 17 00:00:00 2001 From: Ian Jackson <ijackson@chiark.greenend.org.uk> Date: Fri, 11 Mar 2022 17:47:00 +0000 Subject: [PATCH] humantime_serde_option: Add note about semver --- doc/semver_status.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/semver_status.md b/doc/semver_status.md index 5e5d734946..35e98d0ccd 100644 --- a/doc/semver_status.md +++ b/doc/semver_status.md @@ -53,6 +53,10 @@ tor-netdoc: new-api (experimental only): Can modify the set of relays in an unverified consensus. - tor-netdoc: api-break: changed the return type of GenericRouterStatus::version() + +tor-basic-utils: + + Remove `humantime_serde_option` module. + (Use `humantime_serde::option` instead.) -- GitLab