From cda0dbca13b0cbbe30d57d63d100ec8732245ff4 Mon Sep 17 00:00:00 2001 From: Kesha Hietala Date: Fri, 3 May 2024 13:17:38 -0400 Subject: [PATCH] update changelog Signed-off-by: Kesha Hietala --- cedar-policy/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cedar-policy/CHANGELOG.md b/cedar-policy/CHANGELOG.md index aeafa0f6a7..ff3a5fa73e 100644 --- a/cedar-policy/CHANGELOG.md +++ b/cedar-policy/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - for the `partial-eval` experimental feature: `PartialResponse` api has changed significantly - Moved `::Err` to `Infallible` (#588, resolving #551) - Overhauled the FFI interface in the `frontend` module, and renamed it to - `ffi`; see #757. (#760, #793, #794, #800, #824, more coming) + `ffi`; see #757. (#760, #793, #794, #800, #824, #837, more coming) - Much richer error information in the FFI interface (#800) - Deprecated the integration testing harness code. It will be removed from the `cedar-policy` crate in the next major version.