# 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Changed - README - Trait name. - Sealed trait. - Argument names for `pick` function. - Updated tests. ### Added - `pick_lazy` function. - Tests for `pick_lazy` function. ### Removed - Implementation for `Option` - Implementation for `Result` ## [0.1.0] - 2023-12-25 ### Added - Initial release. [unreleased]: https://github.com/xohmz/conditional-assignment/compare/v1.0.0...HEAD [0.1.0]: https://github.com/xohmz/conditional-assignment/releases/tag/v0.1.0