Skip to content

Commit 0449b46

Browse files
Aaron Elinekhieta
andcommitted
Update cedar-policy/CHANGELOG.md
Adds fixed note for #1177 Co-authored-by: Kesha Hietala <[email protected]> Signed-off-by: Aaron Eline <[email protected]>
1 parent 191520a commit 0449b46

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cedar-policy/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Cedar Language Version: 4.0
3030
typename that can resolve to either an entity or common type, matching the
3131
behavior of typenames written in the human-readable (Cedar) syntax. (#1060, as
3232
part of resolving #579)
33-
- Add convenience methods to see how many policies and templates a policy set has (#1179)
33+
- Add convenience methods to see how many policies and templates a policy set has (#1180)
3434
- `Entity` is now `Hash`. The hash implementation compares the hash of
35-
the entity UID (#1180)
36-
- `Entity::new_empty_attrs` utility constructor that can't error (#1180)
35+
the entity UID (#1186)
36+
- `Entity::new_empty_attrs` utility constructor that can't error (#1186)
3737

3838
### Changed
3939

@@ -94,6 +94,8 @@ Cedar Language Version: 4.0
9494
extension type. This was already an error for human-readable schema syntax. (#890, resolving #875)
9595
- (*) Schemas can now reference entity and common types defined in the empty namespace,
9696
even in contexts occurring in a non-empty namespace. (#1060, resolving #579)
97+
- (*) `Entities::from_entities()` will now correctly reject record
98+
attributes with superfluous attributes. (See #1177 for more)
9799

98100
## [3.3.0] - 2024-08-19
99101
Cedar Language Version: 3.4

0 commit comments

Comments
 (0)