changelog fix
All checks were successful
Rust/spacepackets/pipeline/pr-main This commit looks good
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-08-10 20:08:25 +02:00
parent 85476162cf
commit fd893fbf89
Signed by: muellerr
GPG Key ID: 407F9B00F858F270

View File

@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Implement `Display` and `Error` for `StdTimestampError` properly.
- Remove some redundant `Error` suffixes for enum error variants.
- `CommonPduConfig`: `new_with_defaults` replaced by `new_with_byte_fields`
and `new_with_defaults` has not empty argument list.
and `new_with_defaults` has now empty argument list.
## Added