Skip to content

Commit

Permalink
Update changelog for #416 and #418
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleesmiller committed Oct 19, 2019
1 parent 056c00c commit e43e360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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)

Expand Down

0 comments on commit e43e360

Please sign in to comment.