PDU config tweak #17

Merged
muellerr merged 10 commits from pdu-conf-tweaK into main 2023-08-10 21:40:43 +02:00
Showing only changes of commit fd893fbf89 - Show all commits

View File

@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Implement `Display` and `Error` for `StdTimestampError` properly. - Implement `Display` and `Error` for `StdTimestampError` properly.
- Remove some redundant `Error` suffixes for enum error variants. - Remove some redundant `Error` suffixes for enum error variants.
- `CommonPduConfig`: `new_with_defaults` replaced by `new_with_byte_fields` - `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 ## Added