-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG
37 lines (28 loc) · 866 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Changelog
## [0.7.0] - 2023-07-09
### Breaking changes
- `NetlinkPayload::Ack` removed and replaced by `NetlinkPayload::Error` where
`ErrorMessage.code` is set to None. (52732b3)
### New features
- Derive `Default` for `ErrorMessage`. (3514766)
### Bug fixes
- N/A
## [0.6.0] - 2023-06-26
### Breaking changes
- `NetlinkPayload::Done` changed to `NetlinkPayload::Done(DoneMessage)`.
(0c75fb5)
### New features
- Support full done message. (0c75fb5)
### Bug fixes
- N/A
## [0.5.0] - 2023-01-28
### Breaking changes
- All public struct and enum are marked as `non_exhaustive`. Please check
https://doc.rust-lang.org/reference/attributes/type_system.html for more
detail. (53a4c4e)
- Removed the reexport `netlink-packet-core::utils`, please use
`netlink_packet_utils` directly. (a76010a)
### New features
- N/A
### Bug fixes
- N/A