v0.13.0
This release has a breaking change if you're using the UdhcpcHandler
behaviour. This should be a rare use case. Use the "dhcp_options"
property
now.
- Changed
- Add
"dhcp_options"
to interface properties. This lets applications use
information provided by DHCP servers in an easy way. It removes the need to
process events fromudhcpc
directly, and therefore, theUdhcpcHandler
behaviour is now a private API and may be removed in the future. - Fix some references to
iodata
that should have beenchardata
.
- Add