Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.17 KB

changelog.md

File metadata and controls

40 lines (31 loc) · 1.17 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.

[v1.1.3]

Fixed

  • Removed default parameter value for pushType(). The function pushType() already requires a parameter so the default is redundant.

Changed

  • readme.md changed pushType() function documentation to make it clearer that a parameter is required.

[v1.1.2]

Fixed

  • Typo in library.properties.
  • Missing semicolons and Serial.begin() statement in examples\options\options.ino.

###Changed

  • examples\options\options.ino to print serial output only on rotation.
  • readme.md added section on troubleshooting missed pulses when using an LCD.

[v1.1.1]

Fixed

  • Typo in readme.md example code for pushType(); Returned value should be byte not int.

[v1.1.0]

Added

  • pushType(); function to allow for both short and long button pushes.
  • Example for pushType();

Changed

  • readme.md to reflect pushType() function.

[v1.0.0]

Added

  • Documentation to readme.md

[v0.0.1]

Added

  • Initial creation.