diff --git a/docs/v3.0.0.md b/docs/v3.0.0.md index 68c74f80a..76834b361 100644 --- a/docs/v3.0.0.md +++ b/docs/v3.0.0.md @@ -1,18 +1,15 @@ # kustomize 3.0.0 This release is basically [v2.1.0](v2.1.0.md), -with some post-v2.1.0 bugs fixed and a `v3` in Go -package paths. +with many post-v2.1.0 bugs fixed (in about 150 +commits) and a `v3` in Go package paths. [plugin]: https://github.com/kubernetes-sigs/kustomize/tree/master/docs/plugins The major version increment to `v3` puts a new floor on a stable API for [plugin] developers (both _Go_ plugin developers and _exec_ plugin -developers who happen to use Go), to carry them -through the coming series of minor releases and -patches. - +developers who happen to use Go). ### Why so soon after v2.1.0?