Open rustbot opened 1 month ago
we didn't have it in the blog post for 15, so I think that's it
We found a few regressions in Crater:
(Might actually be the same one)
Do we think a compat note is merited? Or just the library note is enough?
Might be worth it since crates embedding some Unicode Data (as the one you linked) could brake.
I think a compat note is merited. Our application hit some errors after upgrading rustc, and it bisected to the unicode upgrade.
The reason is pretty niche; we're running a tokenizer to build bm25 text indexes, and the tokenization behaviour changed in some edge cases involving barely-valid utf8. But I could imagine that this might affect other similar use cases.
This issue tracks the release notes text for #130183.
Steps
Release notes text
The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).
Release blog section
If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section. Otherwise leave it empty.
cc @Marcondiro, @Manishearth -- origin issue/PR authors and assignees for starting to draft text