ChangeLog.md in nokogiri-diff-0.1.2 vs ChangeLog.md in nokogiri-diff-0.2.0

- old
+ new

@@ -1,7 +1,15 @@ +### 0.2.0 / 2013-04-22 + +* {Nokogiri::XML::Node#tdiff_each_child} now sorts attributes by name, so that + changes in attribute order is ignored. (thanks @bhollis) +* {Nokogiri::XML::Node#tdiff_equal} now supports `Nokogiri::XML::Comment` + and `Nokogiri::XML::ProcessingInstruction` objects. (thanks @bhollis) + ### 0.1.2 / 2012-05-28 * Require tdiff ~> 0.3, >= 0.3.2. +* Added {Nokogiri::Diff::VERSION}. * Replaced ore-tasks with [rubygems-tasks](https://github.com/postmodern/rubygems-tasks#readme). ### 0.1.1 / 2012-05-09