From a4edcdfd2268f4e9e21c68c602cefcb5e5698b36 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Sat, 24 Sep 2022 10:44:41 -0400 Subject: [PATCH] CHANGELOG: release v1.6.1 Signed-off-by: Matt Layher --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3afa424..d5eb46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## v1.6.1 + +- [Deprecation] [commit](https://github.com/mdlayher/netlink/commit/d1b69ea8697d721415c259ef8513ab699c6d3e96): + the `netlink.Socket` interface has been marked as deprecated. The abstraction + is awkward to use properly and dsiables much of the functionality of the Conn + type when the basic interface is implemented. Do not use. + ## v1.6.0 **This is the first release of package netlink that only supports Go 1.13+.