This document records all notable changes to fastcrc.
0.3.1 (October 23, 2024) * chore: add wheels for Python 3.13, pypy 3.8, pypy 3.9 and pypy 3.10.
- feat: add fastcrc.crc16.ibm_refin and fastcrc.crc32.reversed_reciprocal_refin, these are two experimental functions that may be removed in the future.
- chore: build wheels for more platforms.
- docs: improve documentation.
- Add initial value optional parameter to all CRC functions. (#1)
- Correct the project information.
- First release.