-------------------------- - Add extended range support to TOTP.verify. Thanks to Zeev Rotshtein (PR 19). - Handle missing padding of encoded secret. Thanks to Kun Yan (20). - Miscellaneous fixes.
2.0.1
-------------------------- - Fix packaging issue in v2.0.0 that prevented installation with easy_install.
2.0.0
-------------------------- - The ``rlotp.HOTP.at()``, ``rlotp.TOTP.at()``, and ``rlotp.TOTP.now()`` methods now return strings instead of integers. Thanks to Rohan Dhaimade (PR 16).
1.4.2
-------------------------- - Begin tracking changes in change log. - Update documentation. - Introduce Travis CI integration.