From ca2c8aa359397234043128b1a75e4a6a94b5e8ed Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 20 Feb 2024 14:36:34 +0100 Subject: [PATCH] update changelog --- satrs/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index 94338f0..156e328 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - New `VerificationReportingProvider` abstraction to avoid relying on a concrete verification reporting provider. +## Changed + +- Verification reporter API timestamp arguments are not `Option`al anymore. Empty timestamps + can be passed by simply specifying the `&[]` empty slice argument. + # [v0.1.1] 2024-02-12 - Minor fixes for crate config `homepage` entries and links in documentation.