diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3600e1d..e8ab747 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