Added
* Add support for Python 3.10 (https://github.com/jmoiron/humanize/pull/223) hugovk
Changed
* Use importlib.metadata to get package version instead of pkg_resources.get_distribution to decrease memory consumption (https://github.com/jmoiron/humanize/pull/227) akayunov
Fixed
* Fix incorrect type in comment for when (https://github.com/jmoiron/humanize/pull/222) pfw