Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1.38 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

  • Add start() and end() method to the Region trait.
  • Much faster OverlapIterator.

0.3.1 - 2023-12-04

  • Let &mut NorFlash implement NorFlash.

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.