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

Remove deprecated code #580

Merged
merged 1 commit into from
Feb 19, 2021
Merged

Remove deprecated code #580

merged 1 commit into from
Feb 19, 2021

Commits on Feb 19, 2021

  1. Remove deprecated code

    What changed?
    =============
    
    We remove deprecated code. In particular, we remove:
    
    1. `Bamboo.Mailer.parse_opts/2`. It's been deprecated since commit
       [584ec63] and people can use `build_config/2` instead.
    
    2. `TaskSupervisorStrategy.child_spec/0`. That function raises an error
       to notify people that the supervisor is automatically started and
       there's no need for setting it up. That change was introduced in
       [28ca48a] and removed from documentation. I think that error can now
       be removeed.
    
    [584ec63]: 584ec63
    [28ca48a]: 28ca48a
    germsvel committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    2d86a98 View commit details
    Browse the repository at this point in the history