CHANGELOG.md in ndr_import-8.6.0 vs CHANGELOG.md in ndr_import-9.0.0

- old
+ new

@@ -1,7 +1,14 @@ ## [Unreleased] *no unreleased changes* +## 9.0.0 / 2019-07-31 +### Changed +* `File::Xml` will now stream XML files by default. Use `slurp: true` for the old behaviour. (#43) + +### Added +* Add `XmlStreaming` helper, for more performant handling of large XML documents with Nokogiri. (#43) + ## 8.6.0 / 2019-06-07 ### Added * Allow conditional preservation of blank lines when joining lines in non-tabular data (#41) ## 8.5.2 / 2019-05-17