When the change looks safe
but the release is not

Correct code can still change working behaviour

Review and tests can pass while business behaviour changes.

Code review asks

Is this code sound?

Your test suite asks

Do known cases still pass?

Run Early Regression Guard on your release candidate

Trace the impact. Decide what to fix.