GY-63_MS5611/libraries/LUHN/CHANGELOG.md

32 lines
771 B
Markdown
Raw Normal View History

2022-12-29 16:15:53 +01:00
# Change Log LUHN
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-05-09 13:23:32 +02:00
## [0.2.0] - 2023-05-08
- add unit test
- fix stream mode - **add()** and **reset()**
- fix bugs in generation / validation.
- add **generateChecksum(const char \* buffer)**
- change **count** to be 32 bit to support really large streams.
- add **count()** function to return internal counter.
- updates readme.md
- 0.1.x versions are obsolete
----
2022-12-30 12:21:53 +01:00
## [0.1.1] - 2022-12-29
- add stream interface
- **char add(char c)**
- **char reset()**
- add example
- update documentation
- fix warning
2022-12-29 16:15:53 +01:00
2022-12-30 12:21:53 +01:00
## [0.1.0] - 2022-12-24
2022-12-29 16:15:53 +01:00
- initial version