Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 732 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 732 Bytes

EEPROM_Rotate change log

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

[0.9.2] 2018-12-09

Fix

  • Fix magic number check around split (thanks to @arihantdaga and @mcspr)

[0.9.1] 2018-06-12

Added

  • Added rotate method to enable/disable sector rotation

[0.9.0] 2018-06-03

Changed

  • Renamed pool as size
  • Deleted erase and eraseAll methods

Fixed

  • Fix offset variable size

[0.1.1] 2018-06-02

Added

  • Examples on how to use custom memory layouts
  • Auto-discover EEPROM pool size based on memory layout
  • Added yield to dump loop
  • OTA example

[0.1.0] 2018-05-28

  • Initial working version