Skip to content

Commit fc5ca87

Browse files
CopilotMarenz
andcommitted
Update RELEASE_NOTES.md to document protobuf deprecation changes
Co-authored-by: Marenz <[email protected]>
1 parent 109def4 commit fc5ca87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
## Upgrading
1616

17+
- The `CategorySet` message and `component_categories` field in `TargetComponents` are now properly marked as deprecated in the protobuf schema using the `deprecated` option. Code generators will now emit deprecation warnings when these deprecated elements are used. Use `CategoryTypeSet` and `component_categories_types` instead.
18+
1719
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1820

1921
## New Features

0 commit comments

Comments
 (0)