diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index d6dc572..81b2cfc 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Changed +- Renamed `EventManagerBase` to `EventReportCreator` +- Renamed `VerificationReporterCore` to `VerificationReportCreator`. +- Removed `VerificationReporterCore`. The high-level API exposed by `VerificationReporter` and + the low level API exposed by `VerificationReportCreator` should be sufficient for all use-cases. - Refactored `EventManager` to heavily use generics instead of trait objects. - `SendEventProvider` -> `EventSendProvider`. `id` trait method renamed to `channel_id`. - `ListenerTable` -> `ListenerMapProvider` @@ -46,7 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Renamed `PusService11SchedHandler` to `PusSchedServiceHandler`. - Fixed general naming of PUS handlers from `handle_one_tc` to `poll_and_handle_next_tc`. - Reworked verification module: The sender (`impl EcssTmSenderCore`) - now need to be passed explicitely to the `VerificationReportingProvider` abstraction. This + now needs to be passed explicitely to the `VerificationReportingProvider` abstraction. This allows easier sharing of the TM sender component. ## Fixed