-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# 1.0.0 | ||
|
||
- Drop support for Rubies below 2.5. We do not test against them. | ||
- Einhorn is now owned and actively maintained by Mike Perham of Contributed Systems. | ||
Thank you to the Stripe developers who wrote Einhorn and maintained it | ||
to this point. | ||
- Use `YAML.safe_load` for compatibility with Ruby 3.1+ [#102] | ||
- Functionality previously commented or logged as deprecated has been removed. | ||
- Standardize code formatting with `standard` | ||
- Add GitHub CI with Ruby version matrix | ||
- Drop support for Rubies below 2.5. | ||
|
||
Einhorn is now owned and actively maintained by Mike Perham of Contributed Systems. | ||
Thank you to the Stripe developers who wrote Einhorn and maintained it to this point. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters