plonky2/CHANGELOG.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2024-03-21 14:34:41 -04:00
## [Unreleased]
2024-04-16 20:10:19 +09:00
## [0.2.3] - 2024-04-16
2024-03-22 15:28:56 +00:00
- Code refactoring ([#1558](https://github.com/0xPolygonZero/plonky2/pull/1558))
2024-04-15 20:33:07 +01:00
- Simplify types: remove option from CTL filters ([#1567](https://github.com/0xPolygonZero/plonky2/pull/1567))
2024-04-15 20:40:23 +01:00
- Add stdarch_x86_avx512 feature ([#1566](https://github.com/0xPolygonZero/plonky2/pull/1566))
2024-03-21 14:34:41 -04:00
## [0.2.2] - 2024-03-21
### Changed
- Fix CTLs with exactly two looking tables ([#1555](https://github.com/0xPolygonZero/plonky2/pull/1555))
- Make Starks without constraints provable ([#1552](https://github.com/0xPolygonZero/plonky2/pull/1552))
2024-03-01 07:54:08 +09:00
## [0.2.1] - 2024-03-01 (`starky` crate only)
### Changed
- Always compile cross_table_lookups::debug_utils ([#1540](https://github.com/0xPolygonZero/plonky2/pull/1540))
## [0.2.0] - 2024-02-20
- Initial CHANGELOG tracking.