# Release Notes

## Unreleased

## 3.2.0

- PEP 561 compatible typing
- Fix a bug that made xeger() fail under pypy3.8

## 3.1.0

- Fix a bug where setting end_range but not start_range would fail.
- Statically type the library, using PEP 484 annotations.
- Drops test coverage for Python 3.6 (EoL December 2021).
- Adds test coverage for Python 3.10.

## 3.0.0

- Drops support for Python 2.7 and 3.5
- Fixes a bug where `include` could make the generated string too long.
- Add new `rstr.unambiguous()` method that omits homographs.


