README in ruby-net-nntp-0.2.1 vs README in ruby-net-nntp-0.2.2

- old
+ new

@@ -36,5 +36,11 @@ 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. + +== Acknowledgments + +Thanks to Ward Bekker and Geff Hanoian for finding and fixing bugs and providing me with useful hints and enhancements. +Thanks to Jürgen Strobel for providing support and hosting of the code libraries and bug tracking system. Thanks to Tom +Copeland and Rich Kilmer for rubyforge, and big thanks to Matz and everyone of the core team for Ruby.