# 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]
### Added
- Better error messages
- no_std support
- `CustomDebug` alias for `Debug`
### Changed
- BREAKING: upgrade from edition 2018 to edition 2021
- BREAKING: internal use of Rust 1.65.0 features (GATs)
## [0.5.1]
### Fixed
- Typo in the readme (@ComputerDruid)
- Warnings and code formatting
## [0.5.0] - 2020-06-12
### Changed
- rename CustomDebug to Debug