Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

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

[0.3.0] - 2022-02-07

  • Require Nor flashes error types to be convertible to generic errors.
  • Provide helper functions for Nor flashes to check for generic errors.
  • Add embedded-storage-async crate with async version of nor flash (requires nightly).
  • Add ErrorType trait to avoid needing to specify error type multiple times.

0.2.0 - 2021-09-15

  • Removed try_ prefix from all trait methods.
  • Add RMW helpers for Nor flashes, implementing Storage trait.

0.1.0 - 2021-05-18

Initial release to crates.io.