Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 770 Bytes

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 770 Bytes

Changelog

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.

Added

Fixed

0.0.1 - [TBD YEAR]-[TBD MONTH]-[TBD DAY]

Added

  • Bitboard-based game representation (with PEXT usage for speed-up).
  • Parsing positions from FEN.
  • Benchmarks, tests and fuzzing infrastructure.
  • GitHub Actions-based CI handling continuous testing, linting, code coverage and documentationg generation.

Fixed