android13/external/python/timeout-decorator/CHANGES.rst

19 lines
279 B
ReStructuredText

Changelog
=========
0.3.1
-----
- Fixed issue with PicklingError causes the timeout to never be reached.
0.3.0
-----
- Added optional threading support via python multiprocessing (bubenkoff)
- Switched to pytest test runner (bubenkoff)
0.2.1
-----
- Initial public release