README in ruby-net-nntp-0.0.9 vs README in ruby-net-nntp-0.1.0
- old
+ new
@@ -27,5 +27,14 @@
== INSTALL
* sudo gem install libruby-nntp or
* sudo dpkg -r libruby-0.0.1.deb
+
+= CHANGES
+
+Version 0.1.0 introduces the Net::NNTP::Article#headers and #body attributes.
+Due to this, the attribute Net::NNTP::Article#id has been changed to Net::NNTP::Article#number
+to avoid conflicts with Object#id.
+
+Additionally, on request, Net::NNTP::Article has been changed from being a mere proxy for Net::NNTP#xover
+result lines to being able to parse HEAD, BODY and ARTICLE results and return a corresponding instance.