rust-lightning/pending_changelog/move_netaddress_to_socketaddress.txt

2 lines
134 B
Text
Raw Normal View History

2023-09-04 10:34:21 +08:00
* The `NetAddress` has been moved to `SocketAddress`. The fieds `IPv4` and `IPv6` are also rename to `TcpIpV4` and `TcpIpV6` (#2358).