- **FIX**: Later pre-release versions of Python 3.8 will support Unicode 12.1.0.
4.1.0
- **NEW**: Add official support for Python 3.8. - **NEW**: Vendor the `Pep562` library instead of requiring as a dependency. - **NEW**: Input parameters accept `*args` and `**kwargs` instead of specify every parameter in order to allow Backrefs to work even when the Re or Regex API changes. Change was made to support new Regex `timeout` parameter.
4.0.2
- **FIX**: Fix compatibility issues with latest Regex versions.
4.0.1
- **FIX**: Ensure that when generating the Unicode property tables, that the property files are read in with `UTF-8` encoding.
4.0.0
- **NEW**: Drop support for new features in Python 2. Python 2 support is limited to the 3.X.X series and will only receive bug fixes up to 2020. All new features moving forward will be on the 4.X.X series and will be for Python 3+ only.
3.6.0
- **NEW**: Make version available via the new, and more standard, `__version__` attribute and add the `__version_info__` attribute as well. Deprecate the old `version` and `version_info` attribute for future removal.