Skip to content

Latest commit

 

History

History
80 lines (35 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

80 lines (35 loc) · 2.06 KB

0.5.1 (2018-08-03)

Bug Fixes

  • Make backtrace work with nonzero values of RUST_BACKTRACE (1f551d92)

Features

  • Make use of new failure 0.1.2 iterators (78c02a8a)

0.5.0 (2018-07-27)

Documentation

  • Update documentation for ExitDisplay (06872181)

Features

  • Add ExitDisplay for using Display, not Debug in error messages (2ac1ea2e)

0.4.1 (2018-06-18)

Bug Fixes

  • Insert a \n between cause and backtrace (81e345f8)

0.4.0 (2018-06-14)

Documentation

  • update README for backtrace support (f7e06e39)
  • update docs for backtrace support (8e47e84a)

Features

  • add bracktrace output (w. RUST_BACKTRACE=1) (b3111c31)

0.3.0 (2018-05-30)

Features

  • transition to dual apache/mit license (5ec7f772)

0.2.3 (2018-05-25)

Documentation

0.2.2 (2018-05-24)

Features

  • add a From instance for failure::Context (7fea9e2d)