From e43e36057cd11ced462dd6918dff99f2ce1463fd Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Sat, 19 Oct 2019 18:20:15 +0100 Subject: [PATCH] Update changelog for #416 and #418 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index f8bff465..85efaddb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # X.X.X (Next) +- Allow `Zip::File.open` to take an options hash like `Zip::File.new` [#418](https://github.com/rubyzip/rubyzip/pull/418) +- Always print warnings with `warn`, instead of a mix of `puts` and `warn` [#416](https://github.com/rubyzip/rubyzip/pull/416) - Create temporary files in the system temporary directory instead of the directory of the zip file [#411](https://github.com/rubyzip/rubyzip/pull/411) - Drop unused `tmpdir` requirement [#411](https://github.com/rubyzip/rubyzip/pull/411)