# 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). ## [1.0.1] - 2024-05-11 ### Added - This changelog. ### Fixed - Mistake in crate documentation. - Implementation for HashMap is now generic over the hasher. - Docs on docs.rs show all features, marked where optional. ## [1.0.0] - 2024-05-11 ### Added - Initial logic and implementations for core API.