From 1b8b399c7ee3ab06e3d6a78dd6be22b613933ca0 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 8 Mar 2025 22:32:55 -0300 Subject: [PATCH] fix(changelog): add missing `#` to issue number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e398f24..6eb18a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ - Print warnings when attempting to enable an inactive experiment or an active experiment with an invalid value (#1979, #2049 by @pd93). - Refactored the experiments package and added tests (#2049 by @pd93). -- Show allowed values when a variable with an enum is missing (#2027, 2052 by +- Show allowed values when a variable with an enum is missing (#2027, #2052 by @vmaerten). - Refactored how snippets in error work and added tests (#2068 by @pd93). - Fixed a bug where errors decoding commands were sometimes unhelpful (#2068 by