Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 895 Bytes

File metadata and controls

46 lines (26 loc) · 895 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Mentioned rustc diagnostics as a potentially related solution.

[1.1.3] - 2025-07-14

Fixed

  • Fixed the copyright holder in LICENSE-APACHE.

[1.1.2] - 2025-07-14

Fixed

  • Fixed the copyright holder in LICENSE-MIT.

[1.1.1] - 2025-06-04

Changed

  • Updated the author's contact info.
  • Improved the docs. Mentioned lazy_errors as an alternative crate.

[1.1.0] - 2024-04-08

Added

  • Iterator trait CollectVecResult with method collect_vec_result.

[1.0.0] - 2024-04-08

Initial release.

Added

  • Functions fail_all, fail_all_vec
  • Macro return_multiple_errors!