summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes27
1 files changed, 18 insertions, 9 deletions
diff --git a/Changes b/Changes
index 5974d90..f454cdd 100644
--- a/Changes
+++ b/Changes
@@ -1,25 +1,34 @@
-0.009 2019-06-20 (PERLANCAR)
+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 (PERLANCAR)
+0.008 2019-06-20 Released-By: PERLANCAR
- No functional changes.
- [doc] Mention Retry::Backoff and App::AlgorithmBackoffUtils.
-0.007 2019-06-18 (PERLANCAR)
+0.007 2019-06-18 Released-By: PERLANCAR
- No functional changes.
- [doc] Mention Action::Retry.
-0.006 2019-06-08 (PERLANCAR)
+0.006 2019-06-08 Released-By: PERLANCAR
- Add strategies: LILD, LIMD, MILD, MIMD.
@@ -37,7 +46,7 @@
now have algorithms that have varying delays on success.
-0.005 2019-06-07 (PERLANCAR)
+0.005 2019-06-07 Released-By: PERLANCAR
- No functional changes.
@@ -46,21 +55,21 @@
- [meta] Add tag to common attributes.
-0.004 2019-06-05 (PERLANCAR)
+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 (PERLANCAR)
+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 (PERLANCAR)
+0.002 2019-04-10 Released-By: PERLANCAR
- [Incompatible change][ux] Constant: Rename attribute delay_on_failure
to delay.
@@ -73,6 +82,6 @@
- [bugfix] Fix setting default for timestamp.
-0.001 2019-04-08 (PERLANCAR)
+0.001 2019-04-08 Released-By: PERLANCAR
- First release.