README.md in equivalent-xml-0.5.1 vs README.md in equivalent-xml-0.6.0

- old
+ new

@@ -111,9 +111,10 @@ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. ## History +- <b>0.6.0</b> - Add ability to ignore specific attributes (from paclough); remove circular dependencies (nbibler); Simplify compatibility workaround for message methods (jirutka) - <b>0.5.1</b> - Fix false negative when comparing a Nokogiri::XML::Node to a string (introduced in 0.5.0) - <b>0.5.0</b> - Allow to compare XML-Fragments in Strings (contrib. by webmasters) - <b>0.4.4</b> - Fix rspec 3 deprecation warnings while maintaining compatibility with rspec 1 & 2 (w/assist from barelyknown & DanielHeath) - <b>0.4.3</b> - Updates for rspec 3 - <b>0.4.2</b> - Move version back into gemspec for now