History.md in minitar-0.8 vs History.md in minitar-0.9

- old
+ new

@@ -1,5 +1,11 @@ +## 0.9 / 2019-09-04 + +* jtappa added the ability to skip fsync with a new option to Minitar.unpack + and Minitar::Input#extract_entry. Provide `:fsync => false` as the last + parameter to enable. Merged from a modified version of PR [#37][]. + ## 0.8 / 2019-01-05 * inkstak resolved an issue introduced in the fix for [#31][] by allowing spaces to be considered valid characters in strict octal handling. Octal conversion ignores leading spaces. Merged from a slightly modified version @@ -159,5 +165,6 @@ [#30]: https://github.com/halostatue/minitar/issues/30 [#32]: https://github.com/halostatue/minitar/issues/32 [#33]: https://github.com/halostatue/minitar/issues/33 [#35]: https://github.com/halostatue/minitar/issues/35 [#36]: https://github.com/halostatue/minitar/issues/36 +[#37]: https://github.com/halostatue/minitar/issues/37