Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update sha1.default() to work with any class #226

Merged
merged 13 commits into from
Jan 3, 2025
Merged
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
2025-01-01 Bill Denney <[email protected]>

* R/sha1.R: Default sha1 method now works for all classes by default
* R/sha1.R: Default sha1 method now works for all classes by default. If you
eddelbuettel marked this conversation as resolved.
Show resolved Hide resolved
were previously using one of the methods directly (like `sha1.call()`),
please switch to using `sha1()` directly.

2024-12-31 Bill Denney <[email protected]>

Expand Down
Loading