All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Dropped support for python 3.7 and 3.8. Supported python versions: 3.9, 3.10, 3.11, 3.12, 3.13
- Fix type annotation for
Faker.add_provider
(it takes a BaseProvider instance or class) #17