From def87c0c23b03fc2a57a4738421297fa986a938e Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Fri, 10 Feb 2017 22:42:14 +0100 Subject: [PATCH] Add David's IPv6 multicast work to CHANGELOG --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8faf8070..00767413 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,9 @@ HISTORY ++ New features: + 2017-02-10: David van Moolenbroek + * Implement UDP and RAW multicast support for IPv6 (core API, not netconn/sockets) + 2017-02-10: Simon Goldschmidt * tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr)