Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 387 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 387 Bytes

0.1.9

  • Updated dependency versions, removed unnecessary examples dir

0.1.8

  • Fixed Display impl for Error causing stackoverflow

0.1.7

  • refactored std::Error impl, replacing deprecated 'fn description' with 'fn source'

0.1.6

  • remove unwrap from error handling, replaced with a general unknown variant

0.1.5

  • fully qualified the Result type within the macro definitions