mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.2 KiB
1.2 KiB
Change Log ADLER
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.2.4] - 2023-10-15
- update readme.md
- add static wrappers for char arrays
- update keywords.txt
- minor edits
[0.2.3] - 2023-01-16
- update GitHub actions
- update license
- add s1 and s2 parameters to the static functions.
- minor edits
[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