0.010   2024-02-24  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Tweak descriptions.
        - Fix a unit test (GH#3).
0.009   2019-06-20  Released-By: PERLANCAR
	- No functional changes.
	- Fix typos in Synopsis.
0.008   2019-06-20  Released-By: PERLANCAR
	- No functional changes.
	- [doc] Mention Retry::Backoff and App::AlgorithmBackoffUtils.
0.007   2019-06-18  Released-By: PERLANCAR
	- No functional changes.
	- [doc] Mention Action::Retry.
0.006   2019-06-08  Released-By: PERLANCAR
	- Add strategies: LILD, LIMD, MILD, MIMD.
        - Make max_delay and min_delay a common attribute for all strategies.
	- [bugfix] jittered delay shouldn't have violated min_delay and
          max_delay.
	- [refactor] Refactor to reduce code duplication.
	- [doc] Show illustrations using show-backoff-delays CLI in
	  Synopsis.
	- [meta] No longer mark delay_on_success as common attribute, because we
	  now have algorithms that have varying delays on success.
0.005   2019-06-07  Released-By: PERLANCAR
        - No functional changes.
        - [doc] Minor tweaks.
        - [meta] Add tag to common attributes.
0.004   2019-06-05  Released-By: PERLANCAR
	- Add common attribute: max_actual_duration.
	- [doc] Update variable name in Synopsis.
0.003   2019-04-10  Released-By: PERLANCAR
        - Rename module/distro from Algorithm-Retry -> Algorithm-Backoff.
        - Rename strategy ExponentialBackoff -> Exponential.
0.002   2019-04-10  Released-By: PERLANCAR
	- [Incompatible change][ux] Constant: Rename attribute delay_on_failure
	  to delay.
	- Add strategy: Fibonacci.
	- Make behavior of consider_actual_delay configurable as an
	  attribute.
	- [bugfix] Fix setting default for timestamp.
0.001   2019-04-08  Released-By: PERLANCAR
        - First release.