GY-63_MS5611/libraries/Fletcher/CHANGELOG.md
2022-11-07 14:21:36 +01:00

973 B

Change Log Fletcher

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.

[0.1.7] - 2022-11-07

  • add changelog.md
  • add rp2040 to build-CI
  • update readme.md

[0.1.6] - 2022-09-10

  • stabilize optimizations

[0.1.5] - 2022-09-08

  • roll back the optimizations in the stand-alone functions
  • conflict with loop optimization already in.
  • update keywords.txt

[0.1.4] - 2022-09-08

  • performance optimization (Kudos to Daniel Mohr).
  • affects SAMD, ESP32 and ESP8266
  • fix FLETCHER_LIB_VERSION

[0.1.3] - 2022-04-15

  • fix #4 split .h in .h and .cpp

[0.1.2] - 2022-01-26

  • add class implementation e.g. for streaming

[0.1.1] - 2022-01-26

  • optimize modulo math - variation based upon to Anastase Nakassis (wikipedia)

[0.1.0] - 2022-01-25

  • initial version, straightforward implementation