From eca7e09d19d7978352960a5b9eefb2813fc63602 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 10 Jul 2023 23:18:09 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac19e1..a70e380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Moved ECSS TC components from `tc` to `ecss.tc`. - Moved ECSS TM components from `tm` to `ecss.tm`. -- Converted `PusTc` class to specialized `PusTcCreator` and `PusTcReader` - classes. The old `PusTc` is deprecated now. +- Converted `PusTc` class to more specialized `PusTcCreator` and `PusTcReader` + classes. The old `PusTc` class is deprecated now. +- Converted `PusTm` class to more specialized `PusTmCreator` and `PusTmReader` + classes. The old `PusTm` class is deprecated now. - Implement `Display` and `Error` for `StdTimestampError` properly. - Remove some redundant `Error` suffixes for enum error variants.