From f419231dc33f75bccd72a9f2fd018615fd05573b Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 24 Nov 2016 11:31:46 +0100 Subject: [PATCH] fixed typo in CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 347ef150..b5a06e71 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,7 +15,7 @@ HISTORY ++ Bugfixes: 2016-11-23: Dirk Ziegelmeier - * udp.c: fixed bug #49662: ulticast traffic is now only received on a UDP PCB + * udp.c: fixed bug #49662: multicast traffic is now only received on a UDP PCB (and therefore on a UDP socket/netconn) when the PCB is bound to IP_ADDR_ANY 2016-11-16: Dirk Ziegelmeier