Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 592 Bytes

CHANGELOG.md

File metadata and controls

15 lines (11 loc) · 592 Bytes

CHANGELOG

Unreleased

  • [New API] #157: the netlink.AttributeDecoder.TypeFlags method enables retrieval of the type bits stored in a netlink attribute's type field, because the existing Type method masks away these bits. Thanks @ti-mo!
  • [Performance] #157: netlink.AttributeDecoder now decodes netlink attributes on demand, enabling callers who only need a limited number of attributes to exit early from decoding loops. Thanks @ti-mo!

v1.0.0

  • Initial stable commit.