Skip to content

Commit 00ca409

Browse files
committed
CHANGELOG: release v1.4.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
1 parent 0b57953 commit 00ca409

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## v1.4.0
4+
5+
- [New API] [#185](https://github.com/mdlayher/netlink/pull/185): the
6+
`netlink.AttributeDecoder` and `netlink.AttributeEncoder` types now have
7+
methods for dealing with signed integers: `Int8`, `Int16`, `Int32`, and
8+
`Int64`. These are necessary for working with rtnetlink's XDP APIs. Thanks
9+
@fbegyn.
10+
311
## v1.3.2
412

513
- [Improvement]

0 commit comments

Comments
 (0)