# 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] ## [0.1.0] - 2024-10-11 ### Changed - `Utf8ByteType::of` is now usable in a const context - Removed `std` and `error_in_core` features, now that `core:error` is stable ## [0.0.4] - 2023-12-16 ### Added - New `error_in_core` feature ### Changed - Now errors on overlong encodings ### Fixed - Minor documentation improvements ## [0.0.3] - 2023-12-13 First release to crates.io