diff --git a/CHANGELOG b/CHANGELOG index 5daf02e10..919ee4a6c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ Release 1.7.8 (2017-02-21) - fixed GH #1546: Enable bitcode for iPhone build config - fixed GH #1549: Latin2Encoding and 0xFF - fixed GH #1551: Unable to use Poco on macOS 10.12 +- fixed GH #1552: IPv6 & operator throws an exception when scope = 0 - fixed GH #1566: Poco/Zip issue with some CM_DEFLATE archives - fixed GH #1567: Poco/ZIP issue with uncompressed archives - fixed GH #1570: IPv6AddressImpl::toString() returns wrong output for IPv6 address "::" diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 1618a4235..69222fe9e 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -15,6 +15,7 @@ AAAIntroduction - fixed GH #1546: Enable bitcode for iPhone build config - fixed GH #1549: Latin2Encoding and 0xFF - fixed GH #1551: Unable to use Poco on macOS 10.12 + - fixed GH #1552: IPv6 & operator throws an exception when scope = 0 - fixed GH #1566: Poco/Zip issue with some CM_DEFLATE archives - fixed GH #1567: Poco/ZIP issue with uncompressed archives - fixed GH #1570: IPv6AddressImpl::toString() returns wrong output for IPv6 address "::"