-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
enhancementIndicates new feature requestsIndicates new feature requests
Description
Summary
Here is an partial example of enum change when one enum case is being expanded. New enum cases are not displayed as they usually go into the "Added" section.
// From
case boleto
// To
@available(*, deprecated, renamed: "boletoBancarioSantander", message: "Use 'boletoBancarioSantander' instead. Consider 'boletoBancario' as the default payment method for Boleto Bancario.") case boletoScreenshot of how it looks as Github comment
Proposed solution
Add newline break between annotation and case itself:
// From
case boleto
// To
@available(*, deprecated, renamed: "boletoBancarioSantander", message: "Use 'boletoBancarioSantander' instead. Consider 'boletoBancario' as the default payment method for Boleto Bancario.")
case boletoDescribe alternatives you've considered
The only alternative at the moment is to pay 100% attention to the change set, follow and dissect every change.
goergisn
Metadata
Metadata
Assignees
Labels
enhancementIndicates new feature requestsIndicates new feature requests
