From 64b01e1b04b6038f9716d2fa8decfd4eec6a151b Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 14 Aug 2024 18:38:34 +0200 Subject: [PATCH] CHANGELOG.md: add 'opa exec' format (#6928) Signed-off-by: Stephan Renatus --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f28fb5d4..d2d7201915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: