8000 Copy the 2.4 branch changelog into the main branch. · rubyzip/rubyzip@89cdf82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89cdf82

Browse files
committed
Copy the 2.4 branch changelog into the main branch.
1 parent b3186d7 commit 89cdf82

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,29 @@ Tooling/internal:
6161
- Update rubocop again and run it in CI. [#444](https://github.com/rubyzip/rubyzip/pull/444)
6262
- Fix a test that was incorrect on big-endian architectures. [#445](https://github.com/rubyzip/rubyzip/pull/445)
6363

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+
6487
# 2.3.2 (2021-07-05)
6588

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

Comments
 (0)
0