# 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). Please make sure to add your changes to the appropriate categories: - `Added`: for new functionality - `Changed`: for changes in existing functionality - `Deprecated`: for soon-to-be removed functionality - `Removed`: for removed functionality - `Fixed`: for fixed bugs - `Performance`: for performance-relevant changes - `Security`: for security-relevant changes - `Other`: for everything else ## [Unreleased] ### Added - n/a ### Changed - n/a ### Deprecated - n/a ### Removed - n/a ### Fixed - n/a ### Performance - n/a ### Security - n/a ### Other - n/a ## [0.2.0] - 2024-10-27 ### Added - Added new traits `Guts` and `GutsMut`. ### Changed - Moved `#![no_std]` behind default crate feature `"std"`. - Renamed existing trait `Guts` to `HasGuts`. ## [0.1.1] - 2020-01-29 ### Changed - Made crate work with `no_std` (by use of `#![no_std]`). ## [0.1.0] - 2020-01-29 Initial release.