CHANGELOG.rdoc in net-dns-0.6.0 vs CHANGELOG.rdoc in net-dns-0.6.1
- old
+ new
@@ -1,6 +1,18 @@
= Changelog
+
+== Release 0.6.1
+
+* ADDED: Net::DNS::Packet#to_s method (alias of #inspect)
+
+* FIXED: typo in lib/net/dns/rr/ptr.rb [Thanks to Chris Lundquist]
+
+* FIXED: warning: method redefined; discarding old inspect [Thanks to Kevin Baker] (closes #3)
+
+* FIXED: issue with rescue ArgumentError (closes #5) and with IPAddr handling (closes #6)
+
+
== Release 0.6.0
*WARNING:* If you are upgrading from a previous minor release, check out the Compatibility issue list below.
* FIXED: Added missing #to_s method to Net::DNS::Question.