# Release Notes

## Unreleased

## 3.2.2

- Removes type stubs for `random` to fix type-checking failures
  under Python 3.11.

## 3.2.1

- Fixes import failure under Python 3.11

## 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.


