In #334 there were exactly two breaking changes:
- The signature of
NSDiffableDataSourceSnapshot::appendSectionsWithIdentifiers was changed (added correct array type).
ASWebAuthenticationSessionWebBrowserSessionManager::registerDefaultsForASWASInSetupAssistantIfNeeded was removed
Which would definitely have been possible to stub out, and avoid it being a breaking change.
But do we want to? Or would we expect this functionality to be so rarely used, if ever, that it goes under "acceptable breakage"?
(Not really that important to figure out yet, since icrate is quite far from finished. But still important to do at some point!)
In #334 there were exactly two breaking changes:
NSDiffableDataSourceSnapshot::appendSectionsWithIdentifierswas changed (added correct array type).ASWebAuthenticationSessionWebBrowserSessionManager::registerDefaultsForASWASInSetupAssistantIfNeededwas removedWhich would definitely have been possible to stub out, and avoid it being a breaking change.
But do we want to? Or would we expect this functionality to be so rarely used, if ever, that it goes under "acceptable breakage"?
(Not really that important to figure out yet, since
icrateis quite far from finished. But still important to do at some point!)