From d39e5aa48da5f659ad4c12f95908a8d0c3c87311 Mon Sep 17 00:00:00 2001 From: nemobis Date: Tue, 31 Oct 2023 16:50:00 +0200 Subject: [PATCH] Fix typo in CHANGELOG.md (#2836) Use # consistently for PR number. Signed-off-by: nemobis --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee1fb15..1ff9b6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,8 +33,8 @@ Rebuild with latest Go compiler bugfix release. * [ENHANCEMENT] Use `SCSI_IDENT_SERIAL` as serial in diskstats #2612 * [ENHANCEMENT] Read missing from netlink netclass attributes from sysfs #2669 * [BUGFIX] perf: fixes for automatically detecting the correct tracefs mountpoints #2553 -* [BUGFIX] Fix `thermal_zone` collector noise @2554 -* [BUGFIX] Fix a problem fetching the user wire count on FreeBSD 2584 +* [BUGFIX] Fix `thermal_zone` collector noise #2554 +* [BUGFIX] Fix a problem fetching the user wire count on FreeBSD #2584 * [BUGFIX] interrupts: Fix fields on linux aarch64 #2631 * [BUGFIX] Remove metrics of offline CPUs in CPU collector #2605 * [BUGFIX] Fix OpenBSD filesystem collector string parsing #2637