2024-02-20 14:50:43 -05:00
|
|
|
# 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-02-23 15:39:10 +01:00
|
|
|
## Unreleased
|
|
|
|
|
|
2024-03-14 23:30:18 +09:00
|
|
|
- Fix CTLs with exactly two looking tables ([#1555](https://github.com/0xPolygonZero/plonky2/pull/1555))
|
2024-03-15 12:43:45 +01:00
|
|
|
- Make Starks without constraints provable ([#1552](https://github.com/0xPolygonZero/plonky2/pull/1552))
|
2024-03-14 23:30:18 +09:00
|
|
|
|
2024-03-01 07:54:08 +09:00
|
|
|
## [0.2.1] - 2024-03-01 (`starky` crate only)
|
|
|
|
|
|
2024-02-23 15:39:10 +01:00
|
|
|
### Changed
|
2024-03-14 23:30:18 +09:00
|
|
|
- Always compile cross_table_lookups::debug_utils ([#1540](https://github.com/0xPolygonZero/plonky2/pull/1540))
|
2024-02-23 15:39:10 +01:00
|
|
|
|
2024-02-20 14:50:43 -05:00
|
|
|
## [0.2.0] - 2024-02-20
|
2024-03-14 23:30:18 +09:00
|
|
|
- Initial CHANGELOG tracking.
|