Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 562 Bytes

CHANGELOG.md

File metadata and controls

27 lines (15 loc) · 562 Bytes

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

v0.4.1

  • Expose TestError and make a couple of doc improvements. Thanks to @ijackson for implementing this change (#14).

v0.4.0

  • Make TestResult generic to be more flexible.
  • Print the error message using "alternate" format ({:#}) for better anyhow messages.

v0.3.0

  • Modified hidden error type name.
  • Cleaned up documentation.

v0.2.0

  • API cleanup

v0.1.0

  • First public release