**Note: This was meant to be tagged 2.0.0 because it drops support for Python 2, and is also released as 2.0.0. If you still support Python 2, use Humanize 1.0.0.**
Added
* Disambiguate naturaldate return: only append year if more than ~5 months away (https://github.com/jmoiron/humanize/pull/107) hugovk
* Add scientific notation to string support (https://github.com/jmoiron/humanize/pull/110) Thx3r hugovk
* Add micro- and millisecond units to naturaldelta and naturaltime (https://github.com/jmoiron/humanize/pull/104) hugovk
Changed
* Disambiguate naturaldate return: only append year if more than ~5 months away (https://github.com/jmoiron/humanize/pull/107) hugovk
* Convert remaining tests to use pytest.mark.parametrize (https://github.com/jmoiron/humanize/pull/109) hugovk
* Refactor some tests to use pytest.mark.parametrize (https://github.com/jmoiron/humanize/pull/108) hugovk
Removed
* Drop support for EOL Python 2 (https://github.com/jmoiron/humanize/pull/102) hugovk
Fixed
* Fix intword returning 1000.0 million instead of 1.0 billion (https://github.com/jmoiron/humanize/pull/113) Jasarin-V hugovk