Add David's IPv6 multicast work to CHANGELOG

This commit is contained in:
Dirk Ziegelmeier 2017-02-10 22:42:14 +01:00
parent 6ce9a01c3e
commit def87c0c23

View File

@ -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)