CHANGELOG.md: add 'opa exec' format (#6928)

Signed-off-by: Stephan Renatus <stephan@styra.com>
This commit is contained in:
Stephan Renatus
2024-08-14 18:38:34 +02:00
committed by GitHub
parent 56278f284c
commit 64b01e1b04
+5
View File
@@ -5,6 +5,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### CLI
- `opa exec`: This command never supported "pretty" formatting (`--format=pretty` or `-f pretty`), only `json`. Passing `pretty` is now invalid.
Note that the flag is now unnecessary, but it's kept so existing calls like `opa exec -fjson ...` remain valid.
## 0.67.1
This is a bug fix release addressing the following issue: