0.8.1
0.8.1 (2017-08-03)
- Add
failf
(#105, @hcarty) - Relax the
float
combinator to compare its epsilon using<=
instead
of<
. This allows to usefloat 0.
for "exact" float comparison
(#107, @samoht, @talex5) - Fix outdated displayed information when using
--verbose
.
Be clearer that no new output logs are actually created and
do not try to display outdated information (#108, @samoht)