diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 897ea3ae3a..2e51f0b834 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,12 +5,20 @@ 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. +LMS: Enable beta instructor dashboard. The beta dashboard is a rearchitecture +of the existing instructor dashboard and is available by clicking a link at +the top right of the existing dashboard. + Studio: Email will be sent to admin address when a user requests course creator privileges for Studio (edge only). Studio: Studio course authors (both instructors and staff) will be auto-enrolled for their courses so that "View Live" works. +Common: Add a new input type ```` for Formula/Numerical +Responses. It periodically makes AJAX calls to preview and validate the +student's input. + Common: Added ratelimiting to our authentication backend. Common: Add additional logging to cover login attempts and logouts. @@ -214,6 +222,12 @@ LMS: Fixed failing numeric response (decimal but no trailing digits). LMS: XML Error module no longer shows students a stack trace. +Studio: Add feedback to end user if there is a problem exporting a course + +Studio: Improve link re-writing on imports into a different course-id + +Studio: Allow for intracourse linking in Capa Problems + Blades: Videoalpha. XModules: Added partial credit for foldit module. @@ -222,6 +236,10 @@ XModules: Added "randomize" XModule to list of XModule types. XModules: Show errors with full descriptors. +Studio: Add feedback to end user if there is a problem exporting a course + +Studio: Improve link re-writing on imports into a different course-id + XQueue: Fixed (hopefully) worker crash when the connection to RabbitMQ is dropped suddenly.