From 64c54cc61b654b4cca700c0db5933acfed08d0b2 Mon Sep 17 00:00:00 2001 From: Robert Haines Date: Sun, 6 Jun 2021 14:56:29 +0100 Subject: [PATCH] Update Changelog. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 293acfb3..14b181ce 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ 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) - 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)