GY-63_MS5611/libraries/GST/changelog.md

34 lines
856 B
Markdown
Raw Normal View History

2023-01-26 14:26:23 -05:00
# Change Log GST
2022-02-27 06:06:47 -05:00
2023-01-26 14:26:23 -05:00
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/).
2023-11-02 10:59:23 -04:00
## [0.1.4] - 2023-11-02
- update readme.md
2023-01-26 14:26:23 -05:00
## [0.1.3] - 2022-11-08
- update GitHub actions
- update license 2023
- update readme.md
- update unit tests
2022-02-27 06:06:47 -05:00
2022-11-08 11:02:31 -05:00
## [0.1.2] - 2022-11-08
- add RP2040 to build CI
- update changelog.md
2022-06-08 08:39:43 -04:00
2022-11-08 11:02:31 -05:00
## [0.1.1] - 2022-06-08
2022-06-08 08:39:43 -04:00
- add **addTruePositive()** etc functions.
- add defaults for **setTruePositive(value = 0)** etc functions
- add long descriptive names for the short functions.
- add derived class GoldenStandardTest, for descriptive name
- added some documentation
- split off GST.cpp file, prevent - https://github.com/RobTillaart/CRC/issues/21
2022-11-08 11:02:31 -05:00
## [0.1.0] - 2022-02-25
2022-02-27 06:06:47 -05:00
- initial version