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:
parent
35689fa9dc
commit
c3de37e74b
|
@ -1,3 +1,3 @@
|
|||
```release-note:enhancement
|
||||
```release-note:improvement
|
||||
plugins: Add Deprecation Status method to builtinregistry.
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue