Skip to content

Commit

Permalink
changelog nits (#941)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Disselkoen <[email protected]>
  • Loading branch information
cdisselkoen authored May 31, 2024
1 parent b30a5f6 commit 89fa0ba
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions cedar-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
resolving #549)
- Added methods for reading and writing individual `Entity`s as JSON
(resolving #807)
- Fixed the typescript generated type for `AuthorizationCall` to remove
unsupported string option
- Fixed wasm build script to be multi-target in js ecosystem


### Changed

Expand All @@ -28,8 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed unnecessary lifetimes from some validation related structs (#715)
- Changed policy validation to reject comparisons and conditionals between
record types that differ in whether an attribute is required or optional.
- Fixed a performance issue when constructing an error for accessing
a non-existent attribute on sufficiently large records/entities

### Removed

Expand All @@ -51,16 +45,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- JSON format Cedar schemas will now fail to parse if they reference an unknown
extension type. This was already an error for human-readable schema syntax. (#890, resolving #875)
- Fixed policy formatter dropping newlines in string literals. (#870, resolving #862)

## [3.2.1] - Coming soon
## [3.2.1] - 2024-05-31

### Fixed

- Fixed policy formatter dropping newlines in string literals. (#870, #910, resolving #862)
- Fixed a performance issue when constructing an error for accessing
a non-existent attribute on sufficiently large records (#887, resolving #754)
- Fixed identifier parsing in human-readable schemas (#914, resolving #913)
- Fixed the typescript generated type for `ffi::AuthorizationCall` to remove
unsupported string option (#939)
- Fixed Wasm build script to be multi-target in JS ecosystem (#933)

## [3.2.0] - 2024-05-17

Expand Down Expand Up @@ -351,7 +347,7 @@ Cedar Language Version: 3.0.0
To continue using this feature you must enable the `permissive-validate`
feature flag. (#428)

## [2.4.7] - Coming soon
## [2.4.7] - 2024-05-31

### Fixed

Expand Down

0 comments on commit 89fa0ba

Please sign in to comment.