From ee2089a6c78b2b2d28fd872b85fcf35a8e3a8b18 Mon Sep 17 00:00:00 2001 From: Irakliy Khaburzaniya Date: Tue, 19 Nov 2024 14:41:00 -0800 Subject: [PATCH] fix type in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b7aec94..59e740c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 0.10.3 (2024-11-19) - `air`, `prover`, and `verifier` crates only -- Fix partition size calculations in `PartitionOptions` (#341). +- Fix partition size calculations in `PartitionOptions` (#340). ## 0.10.2 (2024-11-18) - Implement `core::error::Error` for error types (#341).