From 1f58ba1f9b26ae974f671501e62f267af4e6bc88 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 15 Nov 2022 09:58:15 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8f3154..1dcc6aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,14 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Added -- DHB TM handler `handleDeviceTM` renamed to `handleDeviceTm` and now takes - `util::DataWrapper` as the data input argument. This allows more flexibility in the possible - types of telemetry. - PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/669 -- Add `util::DataWrapper` class inside the `util` module. This is a tagged union which allows - to specify raw data either as a classic C-style raw pointer and size or as a `SerializeIF` - pointer. - PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/668 - Add new `UnsignedByteField` class PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/660