---------------------------
- Added support for min, mins abbreviations for minutes based on `14`_.
- Added Python 3.6 to supported versions on Travis CI and in documentation.
I've decided to bump the major version number after merging pull request `14`_
because the ``humanfriendly.time_units`` data structure was changed. Even
though this module scope variable isn't included in the online documentation,
nothing stops users from importing it anyway, so this change is technically
backwards incompatible. Besides, version numbers are cheap. In fact, they are
infinite! :-)
.. _Release 3.0: https://github.com/xolox/python-humanfriendly/compare/2.4...3.0
.. _14: https://github.com/xolox/python-humanfriendly/pull/14