You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Deprecation::outputNotices() to filter out any calls from vendor/silverstripe and other supported module paths by default when emitting deprecation notices (unless enabled)
A new option is added to enable emitting deprecation notices from calls from core code
Create Deprecation::noticeNoReplacement($version, $message, $scope) which includes includes Deprecation::withSurpressedNotice() and a generic message if $message is blank
Acceptance criteria
Kitchenk sink CI
PRs
The text was updated successfully, but these errors were encountered: