Fix changelog type for registry deprecation status (#16889)

The previous changelog specified a type of `enhancement`, which is
invalid. It should be `improvement`.
This commit is contained in:
Mike Palmiotto
2022-08-25 14:35:52 -04:00
committed by GitHub
parent c5c016fc72
commit 93925eb78d

View File

@@ -1,3 +1,3 @@
```release-note:enhancement
```release-note:improvement
plugins: Add Deprecation Status method to builtinregistry.
```