UPGRADING: added a note for 2.0.2 that was forgotten back then

This commit is contained in:
goldsimon 2017-09-15 13:34:59 +02:00
parent 8244fb523c
commit 750c9a750b

View File

@ -8,6 +8,14 @@ with newer versions.
* [Enter new changes just after this line - do not remove this line]
(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: