From 0cf193f9cb8bd93a349347e78c93ac4f5d109f27 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Thu, 20 Jul 2023 10:36:23 -0700 Subject: [PATCH] -rc4 Signed-off-by: Brian L. Troutwine --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdad2e1e4..c13e38ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.17.2-rc4] +### Changed + - We now elide sampling threads that are not also processes in the observer. + ## [0.17.2-rc3] ### Changed - Correct `rss` to be reported in terms of bytes, not pages, as before.