Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added get_recursive notes #330

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down
2 changes: 2 additions & 0 deletions UPGRADING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down