Constant bootstrap::CONFIG_CHANGE_HISTORY

source ·
pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo];
Expand description

Keeps track of major changes made to the bootstrap configuration.

If you make any major changes (such as adding new values or changing default values), please ensure adding ChangeInfo to the end(because the list must be sorted by the merge date) of this list.