CHANGELOG/UPGRADING: Also mention that LWIP_HOOK_IP4_ROUTE_SRC has changed, too

This commit is contained in:
Dirk Ziegelmeier
2017-08-08 13:13:46 +02:00
parent 6d28e9de79
commit 47a4be83e4
2 changed files with 5 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ HISTORY
2017-08-08: Dirk Ziegelmeier
* ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest)
to make parameter order consistent with other ip*_route*() functions
Same also applies to LWIP_HOOK_IP4_ROUTE_SRC() parameter order.
2017-07-26: Simon Goldschmidt
* snmp_msg.c: fix bug #51578 (SNMP failed to decode some values on non 32bit platforms)