# Changelog
All notable changes to this project will be documented in this file.
The format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## \[Unreleased]
## \[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!`