Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hamlin committed Jul 5, 2019
1 parent c0f4686 commit c94fd24
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Revision history for rtnetlink

## 0.2.0.0 -- 2018-01-01
## 0.2.0.0 -- 2019-07-04

* According to rtnetlink(7), `ifi_change` in `struct ifinfomsg` "is reserved
for future use and should be always set to `0xFFFFFFFF`", so did that.
* Added a new typeclass, `Dump`, that encodes request-reply pairs that can be
used with `dump`.
* Added `Integral` and `IsString` instances for appropriate `newtype`s.
* Added general `LinkType` for creating links, instead of creating a new type
for each kind of link.
* Added several new types to `Address.hs`, including ones for interface scope,
precedence, labels, lifetimes, and IPv6 features.
* Added several new types to `Link.hs`, including ones for bridge slaves, link
groups, and link stats.
* Added support for creating and managing vlan interfaces.
* Removed redundancies in `Create`, `Destroy`, `Change`, and `Dump`
typeclasses, as well as header classes. This should drastically improve the
DRYness of adding features.
* Fixed a bug that prevented nested `struct nlattr`s from being parsed.
* Made many minor interface improvements.

## 0.1.0.4 -- 2017-03-28

Expand Down

0 comments on commit c94fd24

Please sign in to comment.