From eb5f3f8bbf4f89a088b7672cd3abb2c22f3abc96 Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Thu, 6 Feb 2025 17:22:59 +0000 Subject: [PATCH] Adds changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c3296bf..eca3e76ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Introduced the ability for users to configure lading's sample rate, configuration option `sample_period_milliseconds` in `lading.yaml`. - Users can now configure expvar scraping on https endpoints, skipping certificate validation. +- `smaps` parsing logic correctly collects memory region pathnames that contain whitespace ## [0.25.4] ## Changed