Update changelog for #416 and #418

This commit is contained in:
John Lees-Miller 2019-10-19 18:20:15 +01:00
parent 056c00cb16
commit e43e36057c
1 changed files with 2 additions and 0 deletions

View File

@ -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)