Scenario:
A method with parameters that all have default values can be changed to having all required parameters when introducing a new overloasd that takes an options bag containing all the explicit parameters.
This is a source breaking change an not a binary break, which makes it acceptable.