Skip to content

Commit

Permalink
Merge pull request #36 from strongdm/release-0.3.1
Browse files Browse the repository at this point in the history
Update README for version 0.3.1
  • Loading branch information
patjakdev authored Sep 17, 2024
2 parents efe5690 + 8712f23 commit 3aaba14
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,18 @@ While in development (0.x.y), each tagged release may contain breaking changes.

## Change log

### New features in 0.4.x
### New features in 0.3.1

- General performance improvements to the evaluator
- An experimental batch evaluator has been added to `x/exp/batch`
- Reserved keywords are now rejected in all appropriate places when parsing Cedar text
- A parsing ambiguity between variables, entity UIDs, and extension functions has been resolved

### New features in 0.2.x
### Upgrading from 0.2.x to 0.3.x

- The JSON marshaling of the Position struct now uses canonical lower-case keys for its fields

### New features in 0.2.0

- A programmatic AST is now available in the `ast` package.
- Policy sets can be marshaled and unmarshaled from JSON.
Expand Down

0 comments on commit 3aaba14

Please sign in to comment.