Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 934 Bytes

CHANGELOG.rst

File metadata and controls

28 lines (22 loc) · 934 Bytes

Change Log

This document records all notable changes to fastcrc.

0.3.0 (January 2, 2024)

  • feat: add support for 8 bit CRCs. (#5)
  • chore: drop support for Python 3.6. (#6)

0.2.1 (September 15, 2022)

  • 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.

0.2.0 (June 19, 2022)

  • Add initial value optional parameter to all CRC functions. (#1)

0.1.1 (May 23, 2021)

  • Correct the project information.

0.1.0 (May 23, 2021)

  • First release.