From 31ce7f4bc0be4b7090f92031b15207ae1d087f53 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 5 May 2022 10:20:43 +0100 Subject: [PATCH] semver note about serde attribute changes --- doc/semver_status.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/semver_status.md b/doc/semver_status.md index 844df2407..2a563ebf6 100644 --- a/doc/semver_status.md +++ b/doc/semver_status.md @@ -30,6 +30,8 @@ BREAKING: Configuration of preemptive ports overhauled; now uses PredictedPortsL BREAKING: Configuration of download schedules overhauled; now uses builders BREAKING: download schedules: "num_retries" configuration field renamed to (accurate) "attempts" BREAKING: download schedules: Setting zero values for attempts or parallelism is now rejected +BREAKING: Validated configuration structs are no longer Deseralize. +MODIFIED: Configuration builder structs are now all Serialize+Deseralize+Debug. ### arti