ChangeLog.md in nokogiri-diff-0.2.0 vs ChangeLog.md in nokogiri-diff-0.3.0
- old
+ new
@@ -1,4 +1,11 @@
+### 0.3.0 / 2024-01-24
+
+* Require [ruby](http://www.ruby-lang.org/) >= 2.0.0.
+* Require [tdiff](http://github.com/postmodern/tdiff) ~> 0.4.
+* Switched to using `require_relative` to improve load-times.
+* Added `# frozen_string_literal: true` to all files.
+
### 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`