Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 217 Bytes

CHANGES.md

File metadata and controls

12 lines (6 loc) · 217 Bytes

Changelog

0.0.5 (22-09-2020)

Features

  • new AIOWatcher().tail function to read N lines from a file and return as list.

Bugfixes

  • AIOWatcher.readlines() returns a list instead of a string.