diff --git a/ChangeLog b/ChangeLog index 87a5fc0546..baaba46bf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,16 +21,12 @@ Changes in vesion 0.4.3.5 - 2020-05-15 style "/* falls through */" comments. Both Clang and GCC allow __attribute__((fallthrough)) instead, so that's what we're using now. Fixes bug 34078; bugfix on 0.3.1.3-alpha. - - o Minor bugfixes (compiler warnings): - Fix compilation warnings with GCC 10.0.1. Fixes bug 34077; bugfix on 0.4.0.3-alpha. - o Minor bugfixes (IPv6, logging): + o Minor bugfixes (logging): - Stop truncating IPv6 addresses and ports in channel and connection logs. Fixes bug 33918; bugfix on 0.2.4.4-alpha. - - o Minor bugfixes (logging): - Fix a logic error in a log message about whether an address was invalid. Previously, the code would never report that onion addresses were onion addresses. Fixes bug 34131; bugfix