v2.1.0
What's Changed
- Use GitHub Actions by @hsbt in #11
- Tweak the configuration of GitHub Actions by @hsbt in #12
- Fix hyperlink by @jeremyevans in #15
- Add Zlib::GzipReader.zcat for handling multiple gzip streams in gz file by @jeremyevans in #13
- Document that gets can return nil when eof? returns false by @jeremyevans in #18
- Allow Zlib.crc32 and .adler32 to accept IO instance by @jeremyevans in #17
- Add Zlib::Inflate#inflate :buffer keyword argument by @jeremyevans in #20
- Switch to use test-unit gem by @hsbt in #21
- Resume zstream if available [Bug #10961] by @wanabe in #22
- Unify tests configurations for GitHub Actions by @hsbt in #24
- gemspec: Remove unused files by @olleolleolle in #26
- Synchronize access to zstream to prevent segfault in multithreaded use by @jeremyevans in #27
- Don't print out warnings when freeing. by @ioquatix in #28
- Revert "Don't print out warnings when freeing." by @nobu in #29
- Don't print out warnings when finalizing by @nobu in #30
New Contributors
Full Changelog: v1.1.0...v2.1.0