Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cedar-policy-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.1.1

## 3.1.0

Now uses Cedar language version 3.1.0.
Expand Down
13 changes: 8 additions & 5 deletions cedar-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
syntax. (#708, resolving #242)
- Removed unnecessary lifetimes from some validation related structs (#715)

### Fixed
## [3.1.1] - 2024-03-14

### Fixed

- Validation for the `in` operator to no longer reports an error when comparing actions
in different namespaces. (#704, resolving #642)
- `ValidationResult` methods `validation_errors` and `validation_warnings`, along with
`confusable_string_checker`, now return iterators with static lifetimes instead of
custom lifetimes, addressing potential unsoundness. (#712)
custom lifetimes, fixing build for latest nightly Rust. (#712)
- Validation for the `in` operator to no longer reports an error when comparing actions
in different namespaces. (#704, resolving #642)

## [3.1.0] - 2024-03-08
Cedar Language Version: 3.1.0
Expand Down Expand Up @@ -433,7 +435,8 @@ Cedar Language Version: 2.0.0
Cedar Language Version: 2.0.0
- Initial release of `cedar-policy`.

[Unreleased]: https://github.com/cedar-policy/cedar/compare/v3.1.0...main
[Unreleased]: https://github.com/cedar-policy/cedar/compare/v3.1.1...main
[3.1.1]: https://github.com/cedar-policy/cedar/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/cedar-policy/cedar/compare/v3.0.1...v3.1.0
[3.0.1]: https://github.com/cedar-policy/cedar/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/cedar-policy/cedar/compare/v2.4.4...v3.0.0
Expand Down