From 39688fe88d21f18211ed54579848d51c2e1fd84a Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Thu, 6 Feb 2025 16:58:20 -0500 Subject: [PATCH] Corrects last two changelog entries (#1238) * Adds failing test for smaps pathnames with whitespace * Adds fix for pathnames containing whitespace * Adds changelog entry * Corrects last two changelog entries --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3fd5710..67bb2b894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## Added +## Fixed +- `smaps` parsing logic correctly collects memory region pathnames that contain whitespace +- Fixes issue when parsing `NaN` values from a prometheus endpoint ## [0.25.5] ## Added - 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 -- Fixes issue when parsing `NaN` values from a prometheus endpoint ## [0.25.4] ## Changed