diff --git a/UPGRADING b/UPGRADING index b316c156..85be6c90 100644 --- a/UPGRADING +++ b/UPGRADING @@ -26,10 +26,6 @@ with newer versions. * compatibility headers: moved from 'src/include/posix' to 'src/include/compat/posix', 'src/include/compat/stdc' etc. - * slipif: The way to pass serial port number has changed. netif->num is not - supported any more, netif->state is interpreted as an u8_t port number now - (it's not a POINTER to an u8_t any more!) - * The IPv6 implementation now supports address scopes. All addresses that have a scope according to the default policy (link-local unicast addresses, interface-local and link-local multicast addresses) should now have a zone set on them before being passed to the core API, although @@ -44,6 +40,14 @@ with newer versions. * LWIP_HOOK_DHCP_APPEND_OPTIONS() has changed, see description in opt.h (options_out_len is not available in struct dhcp any more) +(2.0.2) + + ++ Application changes: + + * slipif: The way to pass serial port number has changed. netif->num is not + supported any more, netif->state is interpreted as an u8_t port number now + (it's not a POINTER to an u8_t any more!) + (2.0.1) ++ Application changes: