From f04968d5afda687b9425dd7acbe65421cfd271a3 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Fri, 29 Mar 2024 02:10:42 +0100 Subject: [PATCH] correct repo in 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 3e12d594039..ace71e115fc 100644 --- a/changelog/20.0/20.0.0/summary.md +++ b/changelog/20.0/20.0.0/summary.md @@ -41,7 +41,7 @@ Starting this release, all unmanaged tablets should specify this flag. #### `Durabler` interface method renaming -The methods of [the `Durabler` interface](https://github.com/timvaillancourt/vitess/blob/main/go/vt/vtctl/reparentutil/durability.go#L70-L79) in `go/vt/vtctl/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). +The methods of [the `Durabler` interface](https://github.com/vitessio/vitess/blob/main/go/vt/vtctl/reparentutil/durability.go#L70-L79) in `go/vt/vtctl/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). Users of custom Durability Policies must rename private `Durabler` methods.