regression
termprogrammingops culture
A defect introduced by a change, where something that previously worked stops working.
The word carries a specific accusation: not that the software is faulty in general, but that it got worse in a known direction at a known moment. That makes regressions the most tractable class of bug, because the change that caused one is usually still visible in the log.
Also known as: regression bug, regression test