More kinds of hidden and invisible characters are now stripped out of text you paste or read.
What's wrong with this entry?
The sanitisation regex now catches more classes of hidden characters in text.
- previously matched only default-ignorable code points
- now also matches control, format, private-use and unassigned categories, plus line and paragraph separators and backslash
\p{Default_Ignorable_Code_Point}
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.