feat: Remove sma_periods default value for StarcBands#343
Conversation
|
@DaveSkender I'm worried about this can affect on user's side, if there's someone using |
In these cases, to avoid a breaking change, C# has this convention to mark something as obsolete so it'll still work, but will produce a compiler warning, so I can hold off on fully removing the code until the next major vN.0.0 version where I'll be more explicit about documenting breaking changes in the release notes. |
Description
Checklist