Changelog is in alpha.
Some details might not be correct.
Please provide feedback at hey@changelog.fyi
Cargo

enum_variant_added

enum variant is added

A public exhaustive enum has a new variant. Pattern-matching on it must now include a pattern to match the new variant.