mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
43 lines
929 B
Markdown
43 lines
929 B
Markdown
# Change Log ADLER
|
|
|
|
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.2.2] - 2022-10-26
|
|
- add RP2040 to build-CI
|
|
|
|
|
|
## [0.2.1] - 2022-09-20
|
|
- return value added to **add(array)**
|
|
- return value added to **addFast(array, length)**
|
|
- update documentation (e.g. timing table).
|
|
- moved count() to .cpp
|
|
|
|
## [0.2.0] - 2022-06-15
|
|
- breaking change
|
|
- reordering files.
|
|
- Adler.h for static functions
|
|
- Adler32.h for Adler32 class
|
|
- Adler16.h for Adler16 class (experimental).
|
|
- Added optimizations.
|
|
|
|
----
|
|
|
|
## [0.1.2] - 2022-06-13
|
|
- split interface and implementation
|
|
- rename ADLER32_MOD_PRIME
|
|
- rename ADLER32_LIB_VERSION
|
|
- add addFast(array, length)
|
|
- add char interfaces
|
|
|
|
## [0.1.1] - 2022-04-15
|
|
- split of .cpp file
|
|
|
|
### [0.1.0] - 2022-01-27
|
|
- initial version
|
|
|
|
|
|
|