Skip to content

v3.0.0

Choose a tag to compare

@kdambekalns kdambekalns released this 27 Nov 10:49
· 19 commits to main since this release
8ec87f2

What's Changed

Updating

If you adjusted the settings for excludeExceptionTypes, those need to be adjusted from

      excludeExceptionTypes:
        - 'AcmeCom\Foo\Exception\InvalidControllerException'

to

      excludeExceptionTypes:
        'AcmeCom\Foo\Exception\InvalidControllerException': true

Full Changelog: v2.1.1...v3.0.0