Skip to content

Commit 8f4e525

Browse files
committed
Update changelog
1 parent 3b33e4f commit 8f4e525

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Enable doc_cfg feature for docs.rs.
1111
https://doc.rust-lang.org/unstable-book/language-features/doc-cfg.html
12+
- Add `Decoder` trait for parsing and validating byte slices as packet types,
13+
with implementations for IPv4/v6/TCP/UDP
14+
- Add TCP packet types.
15+
- Add more function for computing internet checksums.
16+
17+
### Changed
18+
- Rename `CheckedPayload` trait to `PoD`.
1219

1320

1421
## [0.6.0] - 2026-04-30

0 commit comments

Comments
 (0)