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 35689fa9dc
commit c3de37e74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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