GY-63_MS5611/libraries/Fletcher/CHANGELOG.md
2023-10-30 17:03:06 +01:00

49 lines
1.1 KiB
Markdown

# Change Log Fletcher
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.9] - 2023-10-30
- update readme.md (badges)
- fix changelog.md
- minor edits
## [0.1.8] - 2023-01-17
- add parameters to static functions (#17)
- fix unit test
## [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