From 750c9a750b32fdb13eb74ebf47a762b7ff1fb4fc Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 15 Sep 2017 13:34:59 +0200 Subject: [PATCH] UPGRADING: added a note for 2.0.2 that was forgotten back then --- UPGRADING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADING b/UPGRADING index f48f5911..89267aec 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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: