From 954787d77222cc931e07f113f780433101df8b5b Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 8 Jan 2014 15:20:54 -0500 Subject: [PATCH] Add changelog entry for theming change --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3ef4f2b30f..bc81f59fbe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,11 @@ the top. Include a label indicating the component affected. Studio: Add sorting by column to the Files & Uploads page. See mongo_indexes.md for new indices that should be added. +Common: Previously, theming was activated by providing a value for the THEME_NAME + setting. Now, theming is activated by setting the "USE_CUSTOM_THEME" feature + flag to True -- a THEME_NAME setting is still required to determine *which* + theme to use. + Studio: Newly-created courses default to being published on Jan 1, 2030 Studio: Added pagination to the Files & Uploads page.