Skip to content

Commit

Permalink
Update changelog for #411
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleesmiller committed Oct 4, 2019
1 parent a9a313a commit 34d2074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Changelog.md
@@ -1,6 +1,7 @@
# X.X.X (Next)

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

# 2.0.0 (2019-09-25)

Expand Down

1 comment on commit 34d2074

@derilkusuma
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1,6 +1,7 @@

X.X.X (Next)

  • Create temporary files in the system temporary directory instead of the directory of the zip file #411
  • Drop unused tmpdir requirement #411

2.0.0 (2019-09-25)

Security

  • Default the validate_entry_sizes option to true, so that callers can trust an entry's reported size when using extract #403
    • This option defaulted to false in 1.3.0 for backward compatibility, but it now defaults to true. If you are using an older version of ruby and can't yet upgrade to 2.x, you can still use 1.3.0 and set the option to true.
      Tooling / Documentation
  • Remove test files from the gem to avoid problems with antivirus detections on the test files #405 / #384
  • Drop support for unsupported ruby versions #406

1.3.0 (2019-09-25)

Security

  • Add validate_entry_sizes option so that callers can trust an entry's reported size when using extract #403
    • This option defaults to false for backward compatibility in this release, but you are strongly encouraged to set it to true. It will default to true in rubyzip 2.0.
      New Feature
  • Add add_stored method to simplify adding entries without compression #366

Please sign in to comment.