From d9e6bebf13062cbc07f9970beb9391c10d08c012 Mon Sep 17 00:00:00 2001 From: cwasicki <126617870+cwasicki@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:14:45 +0200 Subject: [PATCH] Update release notes Signed-off-by: cwasicki <126617870+cwasicki@users.noreply.github.com> --- RELEASE_NOTES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d450c4b..9c74260 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,7 +10,11 @@ ## New Features - +* States can now be requested via the client and are provided through the flat iterator. + They can be identified via their category `state`, `warning` and `error`, respectively. + Each individual state is provided as its own sample. + +* Support for states is also added to the CLI tool via the `--states` flag. ## Bug Fixes