Skip to content

Commit

Permalink
Address CR nits.
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Conrad <philipaconrad@gmail.com>
  • Loading branch information
philipaconrad committed Oct 7, 2022
1 parent 406ef4d commit 6c97c88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Expand Up @@ -104,7 +104,7 @@ Rego equivalent.
- fmt: Fix blank lines after multiline expressions. (authored by @jaspervdj)
- internal/report: Include heap usage in the telemetry report.
- plugins/logs: Improve error message when decision log chunk size is greater than the upload limit. ([#5155](https://github.com/open-policy-agent/opa/issues/5155))
- ir: Make golang code public.
- ir: Make the `internal/ir` package public as `ir`.

### Rego

Expand All @@ -117,7 +117,6 @@ Rego equivalent.

### Topdown

- topdown/regex: Add `regex.replace(s, p, v)` to builtins.
- topdown/object: Rework `object.union_n` to use in-place merge algorithm. (reported by @charlesdaniels)
- topdown/jwt_decode_verify: Ensure `exp` and `nbf` fields are numbers when present. ([#5165](https://github.com/open-policy-agent/opa/issues/5165)) authored and reported by @charlieflowers
- topdown: Fix `InterQueryCache` only dropping one entry when over the size limit. (authored by @vinhph0906)
Expand Down

0 comments on commit 6c97c88

Please sign in to comment.