You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,29 @@ Tooling/internal:
61
61
- Update rubocop again and run it in CI. [#444](https://github.com/rubyzip/rubyzip/pull/444)
62
62
- Fix a test that was incorrect on big-endian architectures. [#445](https://github.com/rubyzip/rubyzip/pull/445)
63
63
64
+
# 2.4.1 (2025-01-05)
65
+
66
+
*This is a re-release of version 2.4 with a full version number string. We need to move to version 2.4.1 due to the canonical version number 2.4 now being taken in Rubygems.*
67
+
68
+
Tooling:
69
+
70
+
- Opt-in for MFA requirement explicitly on 2.4 branch.
71
+
72
+
# 2.4 (2025-01-04) - Yanked
73
+
74
+
*Yanked due to incorrect version number format (2.4 vs 2.4.0).*
75
+
76
+
- Ensure compatibility with `--enable-frozen-string-literal`.
77
+
- Ensure `File.open_buffer` doesn't rewrite unchanged data. This is a backport of the fix on the 3.x branch.
78
+
- Enable use of the version 3 calling style (mainly named parameters) wherever possible, while retaining version 2.x compatibility.
79
+
- Add (switchable) warning messages to methods that are changed or removed in version 3.x.
80
+
81
+
Tooling:
82
+
83
+
- Switch to using GitHub Actions (from Travis).
84
+
- Update Rubocop versions and configuration.
85
+
- Update actions with latest rubies.
86
+
64
87
# 2.3.2 (2021-07-05)
65
88
66
89
- A "dummy" release to warn about breaking changes coming in version 3.0. This updated version uses the Gem `post_install_message` instead of printing to `STDERR`.
0 commit comments