From 906774a989418fa5c3bf64de6675c57bce94a51c Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Thu, 28 Mar 2024 23:55:29 +0100 Subject: [PATCH] Add interface link Signed-off-by: Tim Vaillancourt --- changelog/20.0/20.0.0/summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/20.0/20.0.0/summary.md b/changelog/20.0/20.0.0/summary.md index 30f3de455c4..dba078b032c 100644 --- a/changelog/20.0/20.0.0/summary.md +++ b/changelog/20.0/20.0.0/summary.md @@ -105,7 +105,7 @@ The new `--healthcheck-dial-concurrency` flag defines the maximum number of heal ### Method renaming in `Durabler` interface -The methods of the `Durabler` interface were renamed to public _(capitalized)_ names to make it easier to integrate custom Durability Policies from external packages. See [RFC for details](https://github.com/vitessio/vitess/issues/15544). +The methods of [the `Durabler` interface](https://github.com/timvaillancourt/vitess/blob/main/go/vt/vtctl/reparentutil/durability.go#L70-L79) in `reparentutil` were renamed to be public _(capitalized)_ methods to make it easier to integrate custom Durability Policies from external packages. See [RFC for details](https://github.com/vitessio/vitess/issues/15544). Changes: - The `promotionRule` method was renamed to `PromotionRule`