From d7946efcaf530b334938067fdf283413d913adbb Mon Sep 17 00:00:00 2001 From: cahrens Date: Tue, 9 Jul 2013 13:15:18 -0400 Subject: [PATCH] Note about course creator table and rake command change. --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3011821caf..8f45e680d1 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: Add table for tracking course creator permissions (not yet used). +Update rake django-admin[syncdb] and rake django-admin[migrate] so they +run for both LMS and CMS. + Common: Student information is now passed to the tracking log via POST instead of GET. Common: Add tests for documentation generation to test suite