diff --git a/UPGRADING b/UPGRADING index 06917d6b..ad5cef3a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -13,9 +13,6 @@ with newer versions. * tcpip_trycallback() was renamed to tcpip_callbackmsg_trycallback() to avoid confusion with tcpip_try_callback() - * MDNS: Functions mdns_resp_add_netif() and mdns_resp_add_service() do not automatically announce - any more. Users need to call mdns_resp_announce() after adding netifs or services. - * TCP only kills existing connections with a LOWER priority than the one currently being opened. Previous implementations also kill existing connections of the SAME priority.