From 98c7fe1da3e635addf9dc0952a7750077d89beb8 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Tue, 10 Dec 2024 11:50:15 +0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 9 +++++++++ .../20241111_172451_arbrandes_frontend_plugin_support.md | 1 - changelog.d/20241113_224236_hina.khadim.md | 1 - .../20241119_121705_dawoud.sheraz_branch_rename.md | 3 --- 4 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md delete mode 100644 changelog.d/20241113_224236_hina.khadim.md delete mode 100644 changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a44005a4..ec083918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,15 @@ instructions, because git commits are used to generate release notes: - 💥[Feature] Upgrade to Sumac (by @hinakhadim) +- [Improvement] Adds support for frontend plugin slot configuration via env.config.jsx. (by @arbrandes) + +- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @hinakhadim) + +- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz): + * Rename **master** to **release**, as this branch runs the latest official Open edX release tag. + * Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release. + + ## v18.0.2 (2024-10-29) diff --git a/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md b/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md deleted file mode 100644 index 4248ed29..00000000 --- a/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Adds support for frontend plugin slot configuration via env.config.jsx. (by @arbrandes) diff --git a/changelog.d/20241113_224236_hina.khadim.md b/changelog.d/20241113_224236_hina.khadim.md deleted file mode 100644 index 24bce687..00000000 --- a/changelog.d/20241113_224236_hina.khadim.md +++ /dev/null @@ -1 +0,0 @@ -- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @hinakhadim) \ No newline at end of file diff --git a/changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md b/changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md deleted file mode 100644 index fb6e264c..00000000 --- a/changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md +++ /dev/null @@ -1,3 +0,0 @@ -- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz): - * Rename **master** to **release**, as this branch runs the latest official Open edX release tag. - * Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release. \ No newline at end of file