diff --git a/cedar-policy/CHANGELOG.md b/cedar-policy/CHANGELOG.md index bfd6e1e77..421f37b40 100644 --- a/cedar-policy/CHANGELOG.md +++ b/cedar-policy/CHANGELOG.md @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deprecated error `TypeErrorKind::ImpossiblePolicy` in favor of warning `ValidationWarningKind::ImpossiblePolicy` so future improvements to Cedar typing precision will not result in breaking changes. (resolving #539) -- Made `isAuthorized` and `validate` functions in the frontend public, as well as their related structs: `AuthorizationAnswer`, `AuthorizationCall`, `ValidateCall`, `ValidationSettings`, `ValidationMode`, `ValidateAnswer`, `ValidationNote`. (#737) +- Made `is_authorized` and `validate` functions in the frontend public, as well as their related structs: `AuthorizationAnswer`, `AuthorizationCall`, `ValidationCall`, `ValidationSettings`, `ValidationEnabled`, `ValidationError`, `ValidationWarning`, `ValidationAnswer`. (#737) ## [3.1.2] - 2024-03-29