From f6ec7444d5de32f7228a46a0d9f568c7b246040c Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sat, 8 Feb 2025 23:16:41 +0000 Subject: [PATCH] chore: changelog for #2049 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd2b61d..b2fde89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ @vmaerten). - Use only the relevant checker (timestamp or checksum) to improve performance (#2029, #2031 by @vmaerten). +- 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). ## v3.41.0 - 2025-01-18