From 3cb88c9a62e7725ca5c9b606dd006a808a6c391f Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Mon, 9 Dec 2024 18:38:00 +0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 7 +++++++ ..._bucket_to_handle_private_media_for_openedx_learning.md | 1 - ...20241111_172400_faraz.maqsood_remove_py38_references.md | 1 - changelog.d/20241119_170533_dawoud.sheraz_branch_rename.md | 3 --- 4 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/20241010_164910_faraz.maqsood_add_private_bucket_to_handle_private_media_for_openedx_learning.md delete mode 100644 changelog.d/20241111_172400_faraz.maqsood_remove_py38_references.md delete mode 100644 changelog.d/20241119_170533_dawoud.sheraz_branch_rename.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9112a86..5c69151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,13 @@ instructions, because git commits are used to generate release notes: ## v19.0.0 (2024-10-31) +- [Feature] Add a new bucket to handle private media for openedx-learning. (by @Faraz32123) + +- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Faraz32123) + +- 💥[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. - 💥[Feature] Upgrade to Sumac. (by @Faraz32123) diff --git a/changelog.d/20241010_164910_faraz.maqsood_add_private_bucket_to_handle_private_media_for_openedx_learning.md b/changelog.d/20241010_164910_faraz.maqsood_add_private_bucket_to_handle_private_media_for_openedx_learning.md deleted file mode 100644 index 7fae714..0000000 --- a/changelog.d/20241010_164910_faraz.maqsood_add_private_bucket_to_handle_private_media_for_openedx_learning.md +++ /dev/null @@ -1 +0,0 @@ -- [Feature] Add a new bucket to handle private media for openedx-learning. (by @Faraz32123) diff --git a/changelog.d/20241111_172400_faraz.maqsood_remove_py38_references.md b/changelog.d/20241111_172400_faraz.maqsood_remove_py38_references.md deleted file mode 100644 index 8b70c7b..0000000 --- a/changelog.d/20241111_172400_faraz.maqsood_remove_py38_references.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 @Faraz32123) diff --git a/changelog.d/20241119_170533_dawoud.sheraz_branch_rename.md b/changelog.d/20241119_170533_dawoud.sheraz_branch_rename.md deleted file mode 100644 index 0385bc2..0000000 --- a/changelog.d/20241119_170533_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.