semver note about serde attribute changes

This commit is contained in:
Ian Jackson 2022-05-05 10:20:43 +01:00
parent d47e94b459
commit 31ce7f4bc0
1 changed files with 2 additions and 0 deletions

View File

@ -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