Update Changelog.

This commit is contained in:
Robert Haines 2021-06-06 14:56:29 +01:00
parent 6ac2cb207d
commit 64c54cc61b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
Tooling: Tooling:
- Fix Windows tests. [#489](https://github.com/rubyzip/rubyzip/pull/489)
- Refactor `assert_forwarded` so it does not need `ObjectSpace._id2ref` or `eval`. [#483](https://github.com/rubyzip/rubyzip/pull/483) - Refactor `assert_forwarded` so it does not need `ObjectSpace._id2ref` or `eval`. [#483](https://github.com/rubyzip/rubyzip/pull/483)
- Add GitHub Actions CI infrastructure. [#469](https://github.com/rubyzip/rubyzip/issues/469) - Add GitHub Actions CI infrastructure. [#469](https://github.com/rubyzip/rubyzip/issues/469)
- Add Ruby 3.0 to CI. [#474](https://github.com/rubyzip/rubyzip/pull/474) - Add Ruby 3.0 to CI. [#474](https://github.com/rubyzip/rubyzip/pull/474)