File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,10 @@ pub struct ChangeInfo {
81
81
82
82
#[ derive( Clone , Debug ) ]
83
83
pub enum ChangeSeverity {
84
+ /// Used when build configurations continue working as before.
84
85
Info ,
86
+ /// Used when the default value of an option changes, or support for an option is removed entirely,
87
+ /// potentially requiring developers to update their build configurations.
85
88
Warning ,
86
89
}
87
90
@@ -96,7 +99,6 @@ impl ToString for ChangeSeverity {
96
99
97
100
/// Keeps track of major changes made to the bootstrap configuration.
98
101
///
99
- ///
100
102
/// If you make any major changes (such as adding new values or changing default values),
101
103
/// please ensure adding `ChangeInfo` to the end(because the list must be sorted by the merge date)
102
104
/// of this list.
You can’t perform that action at this time.
0 commit comments