From 6513ded95a900c14fa04eaae05b1d39a91c8c8e4 Mon Sep 17 00:00:00 2001 From: cahrens Date: Tue, 17 Sep 2013 12:55:33 -0400 Subject: [PATCH] Update changelong for due_date_display_format. --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ee8e6175a..3db747a883 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ These are notable changes in edx-platform. This is a rolling list of changes, in roughly chronological order, most recent first. Add your entries at or near the top. Include a label indicating the component affected. +Studio/LMS: Added ability to set due date formatting through Studio's Advanced Settings. +The key is due_date_display_format, and the value should be a format supported by Python's +strftime function. + Common: Added configurable backends for tracking events. Tracking events using the python logging module is the default backend. Support for MongoDB and a Django database is also available.