Added \p{HorizSpace} (\p{H}) and \p{VertSpace} (\p{V}).
2022.7.25
Git issue 475: 2022.7.24 improperly released
The file https://pypi.org/pypi/regex/2022.7.24/json was missing references to most of the wheels, so this is a new release in the hope that it was just a glitch in GitHub Actions.
2022.7.24
Git issue 474: regex has no equivalent to re.Match.groups() for captures
Added 'allcaptures' and 'allspans' methods to match objects.
Fixed bug where compiling a pattern didn't always check for unused arguments.
2022.7.9
Git issue 473: Emoji classified as letter
The values for GC:Assigned and GC:LC were flipped.