mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
685 B
685 B
Change Log
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.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