Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 421 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 421 Bytes

2.0.0

  • Added ability to specify a conditional retry, useful for only reattempting when its safe to do so.
    • By default retries will always be attempted.
  • Moved to keyword arguments for initialisation to support future features, this is a breaking change.
  • Organised default arguments for future expansion.

1.0.0

  • Initial release to support need for backoff in Bellroy projects.