diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d31e3ffb353..9d6736941a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.13.0 (Unreleased) +FEATURES: + +* **Event Stream**: Subscribe to changes as they occur with the new `/v1/event/stream` API. [[GH-9013](https://github.com/hashicorp/nomad/issues/9013)] + IMPROVEMENTS: * core: Improved job deregistration error logging. [[GH-8745](https://github.com/hashicorp/nomad/issues/8745)] * api: Added support for cancellation contexts to HTTP API. [[GH-8836](https://github.com/hashicorp/nomad/issues/8836)]