From 4f29f5742a41e2a821cb1be31f8156ec29614a3c Mon Sep 17 00:00:00 2001 From: Caleb Metz Date: Mon, 19 Aug 2024 15:00:54 -0400 Subject: [PATCH] fixed CHANGELOG Signed-off-by: Caleb Metz --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825462146..51414aa80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixes bugs in `smaps` parsing code that can result in under-counting RSS in the smaps view of the data. -### Added -- Retrieve memory, CPU information from cgroup controller for every pid observed on Linux. - -## [0.22.0-rc1] -### Fixed - Target observer was not exposed through CLI. ### Changed - Now built using rust 1.79.0