Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 23, 2024
1 parent 0eb1fe8 commit a750a92
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# [v0.24.0] 2024-04-23

## Removed

- Global configuration module for TC and TM APID was removed.

## Changed

- ECSS PUS telemetry time handling is now more generic and low level: Constructors expect
a simple `bytes` type while unpackers/readers expect the length of the timestamp. Determining
or knowing the size of the timestamp is now the task of the user, but a helper constant
is expose which can help with this.
a simple `bytes` type while unpackers/readers expect the length of the timestamp. A helper
constant for the offset of the timestamp is exposed which can help with determining the
length of the timestamp.
- `CdsShortTimestamp.from_now` renamed to `now`.
- The ECSS TMTC APID field must not be set explicitely in the class constructors.

## Added


- `spacepackets.ecss.tm.PUS_TM_TIMESTAMP_OFFSET` constant which can be used as a look-ahead to
determine the timestamp length from a raw PUS TM packet.
- `spacepackets.ccsds.CCSDS_HEADER_LEN` constant.

## Removed

- Global configuration module for TC and TM APID was removed.

# [v0.23.1] 2024-04-22

## Added
Expand Down

0 comments on commit a750a92

Please sign in to comment.