Skip to content

0.8.1

Compare
Choose a tag to compare
@samoht samoht released this 03 Aug 11:35
· 601 commits to main since this release

0.8.1 (2017-08-03)

  • Add failf (#105, @hcarty)
  • Relax the float combinator to compare its epsilon using <= instead
    of <. This allows to use float 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)