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

Fix deprecation warnings #37

Merged
merged 1 commit into from Jul 14, 2020
Merged

Fix deprecation warnings #37

merged 1 commit into from Jul 14, 2020

Conversation

davidaurelio
Copy link
Owner

When invoking decrypt and encrypt methods, deprecation warnings were displayed with the names of the wrapped functions (decode and encode).

Fixes #29

When invoking `decrypt` and `encrypt` methods, deprecation warnings were displayed with the names of the wrapped functions (`decode` and `encode`).

Fixes #29
@davidaurelio davidaurelio merged commit 2dd01c5 into master Jul 14, 2020
@davidaurelio davidaurelio deleted the fix-deprecation branch July 14, 2020 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_deprecated incorrectly warns that the wrapped function will be deprecated, rather than the assigned function
1 participant