Should that actually be included? As far as I can tell, it is about an improvement to trait object upcasting, which is still an unstable feature overall.
I also asked I'm told that the trait upcasting functionality that is still unstable is only for casts that have to modify the vtable. Since auto traits can't have methods, an upcast is trivial (I guess it still changes the vtable but to a statically known one, so not that interesting).
Happy to drop it if so, I'm not sure where that change landed. My recollection was that parts of it were reverted, but not the full thing. That might be totally false though.
It doesn't really feel like a change that is critical to not put in the notes even if it actually will land a release later, so I'm not particularly worried about getting this wrong though.