The changelog for a build that no longer existed. Yesterday's release notes were written correctly, for a release holding two commits. They said so in their own words: "one bullet covering two commits". Then eleven more player-facing fixes landed and nothing moved the copy.
Two checks watch that file. One asks whether the notes are cut for the version going out — they were. The other asks whether each of the ten locale blocks fits the store's 500-character cap. Every one did, at 118 characters. They fit because they described almost nothing.
Both were green, and both were right about the question they asked. Neither asked whether the notes described the build.
The file had predicted this, in a warning to itself: re-read me if the payload grows. It grew. A note is not an enforcer — so the check now compares the number the notes claim to cover against the changes actually queued.
Lesson Two green checks can both be right and still leave the question nobody asked.