I remember a post from the last year or two that discussed a website issue due to a web facing change that was made to Range or something like that. I think we started throwing exceptions for things we did not throw before (the other browsers already threw), but I cannot find that thread at the moment.
A more recent example seems to be (though I have not searched for the change and it might be a bug, though I do not think so) -
(A less relevant example would be the deprecations that were announced as intents but did not appear on
chromestatus.com, but those were just oversights since the intent was at least announced)
Unfortunately, developers are relying on our quirks. When we do not announce these changes, it makes a lot of people sad (or even angry) and frankly, it adds a burden to the people on technical support groups (such as blink-dev, chromium-discuss and in the broader sense, StackOverflow and similar) that must figure out what has happened, whether it is a bug or intended. If we are lucky, the change is very clear and you can look it up quickly in blink-checkins, but oftentimes, it is not so clear and straightforward at all and we either put a lot of time into looking it up, or give up and let the poster look for an issue (or create an issue that might not even be triaged in the next year, due to enormous amount of existing, false-or-true issues).
If you think this is an overkill for blink-dev, perhaps there should be a group for those (or better yet, add entries to
chromestatus.com for each of them, but have an option to mark a change as small so it will appear accordingly, instead of shadowing big changes).