-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(go): deprecated unscoped enum values (#8669)
- Loading branch information
Showing
2 changed files
with
124 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
kind: Changed | ||
body: |- | ||
Deprecated unscoped enum values | ||
Enum values should now be accessed with the name prefixed by the name of the enum type - for example, "Shared" becomes "CacheSharingModeLocked". | ||
time: 2024-10-10T12:21:12.088823248+01:00 | ||
custom: | ||
Author: jedevc | ||
PR: "8669" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.