From 47873620a5511411191b31bd6950ea3d3f8c3df8 Mon Sep 17 00:00:00 2001 From: Akanshu Aich Date: Fri, 26 Sep 2025 06:09:20 +0000 Subject: [PATCH] fix: added feature dict contract info in changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f524eb0f..4078cb81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. Add any new changes to the top (right below this line). +- 2025-09-26 + - Moved `EDXAPP_FEATURES_DEFAULT` and `EDXAPP_FEATURES_EXTRA` into top-level settings. + - 2024-03-20 - Add `COMMON_ENABLE_DATADOG_APP` for APM instrumention, supported in LMS and CMS so far. Disabled by default.