Releases: fosskers/linya
Releases · fosskers/linya
0.3.0
Added
- The
stderr
method for Progress
, which allows one to print intermittent messages alongside the progress bars.
0.2.2
Fixed
- An overflow panic that affected certain hardware with a comparatively small
usize::MAX
.
0.2.1
Added
- An example of how to use Linya without Rayon.
Changed
- Removed
Arc
usage in Rayon examples.
Fixed
- A rare panic under a very specific shell piping situation.
0.1.1
Changed
- Progress bars are now written to standard error instead of standard output. #1
Fixed
- Some documentation inaccuracies.