diff --git a/CHANGES.rst b/CHANGES.rst index f0998b7..e9c2319 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,8 @@ Changelog - Fixed ASNOrigin lookups (#216) - Fixed bug in ASNOrigin lookups when multiple asn_methods provided (#216) - Fixed bug in KRNIC queries due to a change in their service (#243) +- Fixed bug in experimental.bulk_lookup_rdap where only the last + result was returned (#262 - ameidatou) 1.1.0 (2019-02-01) ------------------ @@ -233,4 +235,4 @@ Changelog - Added support for IPv4Address or IPv6Address as the address arg in IPWhois. - Fixed file open encoding bug. Moved from open to io.open. - Fixed parameter in IPWhois ip defined checks. -- Fixed TestIPWhois.test_ip_invalid() assertions. \ No newline at end of file +- Fixed TestIPWhois.test_ip_invalid() assertions.