diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0a58ca8..d17bdb8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.17.2-rc6] +### Changed + - We now avoid scaling utilization and clamp it directly to the appropriate + range. + ## [0.17.2-rc5] ### Changed - We now clamp CPU utilization to number of cores, not scaled to. @@ -20,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.17.2-rc2] ### Removed -- Observer no longer emits tick data for kernel and user-space time. +- Observer no longer emits tick data for kernel and user-space time. ### Changed - Observer now distinguishes between parent and children processes. - Config can now be specified using an env var `LADING_CONFIG`. If set, the env var takes precedence over the on-disk config file.