* Don't deprecate `time.Unit` enumeration (https://github.com/jmoiron/humanize/pull/252) hugovk * Use `humanize.intcomma` to format years in `time` module (https://github.com/jmoiron/humanize/pull/246) carterbox
Deprecated
* Deprecate `when` parameter of `naturaldelta` (https://github.com/jmoiron/humanize/pull/248) carterbox
3.13.1
Fixed
* Temporarily comment out to avoid warning during `import humanize` (https://github.com/jmoiron/humanize/pull/243) hugovk
3.13.0
Added
* Add da_DK language (https://github.com/jmoiron/humanize/pull/238) dejurin * Fix and add Russian and Ukrainian words (https://github.com/jmoiron/humanize/pull/235) dejurin * Add missing strings for Polish translation (https://github.com/jmoiron/humanize/pull/182) kpostekk * Add Traditional Chinese (zh-HK) (https://github.com/jmoiron/humanize/pull/233) edwardmfho
Changed
* Remove redundant setuptools from install_requires (https://github.com/jmoiron/humanize/pull/232) arthurzam
Deprecated
* This is the last release to support Python 3.6 * Deprecate private functions (https://github.com/jmoiron/humanize/pull/234) samueljsb * Reinstate `VERSION` and deprecate (https://github.com/jmoiron/humanize/pull/240) hugovk
3.12.0
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