CHANGES.md in archive-tar-external-1.4.2 vs CHANGES.md in archive-tar-external-1.5.0

- old
+ new

@@ -1,5 +1,9 @@ -## 1.4.2 - 1-May-2021 +## 1.5.0 - 1-May-2021 +* A fourth option was added to the constructor. This allows you to set the + archive format. By default this is now set to 'pax'. + +## 1.4.2 - 30-Apr-2021 * Switched from test-unit to rspec. * Added tighter versioning for the development dependencies. * Tests will now try to use gtar by default, if found. * A fair number of rubocop suggestions were implemented, including the frozen string literal pragma.