# 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). ## [0.1.0] - Unreleased ### Added - to `Mc` struct... - `Add` implementation and friends - `Eq` implementation and friends - `Ord` implementation and friends - `Hash` implementation ## [0.0.1] - 11-05-2023 ### Added - Initial release - `Mc` struct - `new` method - `as_defiant_mut` method - `AsMut` implementation - `AsRef` implementation - `Deref` implementation - `DerefMut` implementation - `Debug` implementation - `Display` implementation - `Clone` implementation