From cacf4bb8e130b9e54eea2bc77237273ebc4cf6ac Mon Sep 17 00:00:00 2001 From: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:33:39 -0400 Subject: [PATCH] Fix changelog entry type --- .changelog/14651.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/14651.txt b/.changelog/14651.txt index ab2341f95..c0f7fc676 100644 --- a/.changelog/14651.txt +++ b/.changelog/14651.txt @@ -1,3 +1,3 @@ -```release-note:deprecation +```release-note:breaking-change cli: `eval status -json` no longer supports listing all evals in JSON. Use `eval list -json`. ```