Another change I noticed when bumping from 2.6.1 to 2.7.1, probably as part of fc56ab8.
In the following code:
constexpr bool has_value() const noexcept;
has_value
was previously marked as Name.Function, but now it's marked as just Name. I suspect it should still be Name.Function.