File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Cedar Language Version: 4.0
30
30
typename that can resolve to either an entity or common type, matching the
31
31
behavior of typenames written in the human-readable (Cedar) syntax. (#1060 , as
32
32
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 )
34
34
- ` 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 )
37
37
38
38
### Changed
39
39
@@ -94,6 +94,8 @@ Cedar Language Version: 4.0
94
94
extension type. This was already an error for human-readable schema syntax. (#890 , resolving #875 )
95
95
- (* ) Schemas can now reference entity and common types defined in the empty namespace,
96
96
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)
97
99
98
100
## [ 3.3.0] - 2024-08-19
99
101
Cedar Language Version: 3.4
You can’t perform that action at this time.
0 commit comments