Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 637 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 637 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[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