From 7a68d17e655fbb794c7f95a747a60719ac706688 Mon Sep 17 00:00:00 2001 From: secynic Date: Tue, 15 Oct 2024 01:28:35 -0500 Subject: [PATCH] Added get_recursive notes --- CHANGES.rst | 2 ++ UPGRADING.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 22abee1..1dac373 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,6 +17,8 @@ Changelog - Close sockets on exception to avoid warnings - Move tests from assertEquals to assertEqual - Fix for local domain searches with ASN (#324) +- Added get_recursive argument (-r) for IPWhois.lookup_whois() and + ipwhois.net.Net.get_whois() (#295) 1.2.0 (2020-09-17) ------------------ diff --git a/UPGRADING.rst b/UPGRADING.rst index 79d92ee..0eb9d82 100644 --- a/UPGRADING.rst +++ b/UPGRADING.rst @@ -22,6 +22,8 @@ v1.3.0 lookup to avoid 403 - Updated to HTTPS where applicable - Fix for local domain searches with ASN +- Added get_recursive argument (-r) for IPWhois.lookup_whois() and + ipwhois.net.Net.get_whois() ****** v1.2.0