Skip to content

Commit 14c4e46

Browse files
committed
CHANGELOG: release v1.2.1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
1 parent d81418f commit 14c4e46

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
- n/a
66

7+
## v1.2.1
8+
9+
- [Bug Fix]
10+
[commit](https://github.com/mdlayher/netlink/commit/d81418f81b0bfa2465f33790a85624c63d6afe3d):
11+
`netlink.SetBPF` will no longer panic if an empty BPF filter is set.
12+
- [Improvement]
13+
[commit](https://github.com/mdlayher/netlink/commit/8014f9a7dbf4fd7b84a1783dd7b470db9113ff36):
14+
the library now uses https://github.com/josharian/native to provide the
15+
system's native endianness at compile time, rather than re-computing it many
16+
times at runtime.
17+
718
## v1.2.0
819

920
**This is the first release of package netlink that only supports Go 1.12+. Users on older versions must use v1.1.1.**

0 commit comments

Comments
 (0)