ref(UPGRADING): update

This commit is contained in:
Azamat Ishbaev 2024-07-31 18:10:49 +03:00
parent 1beba91a91
commit 7a9d2911da

View File

@ -7,6 +7,7 @@ with newer versions.
(git master)
* [Enter new changes just after this line - do not remove this line]
* Fixed bug with unused arguments in sockets.c
* The eth_addr_cmp and ip_addr_cmp set of functions have been renamed to eth_addr_eq, ip_addr_eq
and so on, since they return non-zero on equality. Macros for the old names exist.
* The sio_write function used by PPP now takes the data argument as const.