merged README edits
authorRichard Penman
Tue, 08 Sep 2015 11:09:27 +0800
changeset 63 56499470d942
parent 62 fc06c601b875 (current diff)
parent 61 c391985a797b (diff)
child 64 2ed54e885571
merged README edits
--- a/README.rst	Tue Sep 08 11:09:02 2015 +0800
+++ b/README.rst	Tue Sep 08 11:09:27 2015 +0800
@@ -8,6 +8,8 @@
    intermediate web service like many others do.
 -  Works with Python 2.4+ and no external dependencies
 
+
+
 Example
 =======
 
@@ -28,6 +30,8 @@
     expiration_date: 2013-06-26 00:00:00
     ...
 
+
+
 Install
 =======
 
@@ -43,10 +47,36 @@
 
     hg clone https://bitbucket.org/richardpenman/pywhois
 
+
+
+Changelog
+=========
+
+0.5 - 2015-09-05:
+
+* added native client, which now handles whois requests by default
+* added pretty formatting to string representation
+* return None instead of raising KeyError when an attribute does not exist
+* new TLD's: .mobi, .io, .kg, .su, .biz
+
+0.4 - 2015-08-13:
+
+* new TLD's: .de, .nl, .ca, .be
+* migrated to bitbucket
+* added socket timeout
+
+0.3 - 2015-03-31:
+
+* improved datetime parsing with python-dateutil when available
+* base WhoisEntry class inherits from dict
+* fixed TLD's: .org, .info
+
+
+
 Contact
 =======
 
 You can post ideas or patches here:
 https://bitbucket.org/richardpenman/pywhois/issues
 
-Thanks to the many who have sent patches for additional domains!
+Thanks to the many who have sent patches for additional domains!
\ No newline at end of file