diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 09309b5cf9..eafda19967 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ 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: Forums. Added handling for case where discussion module can get `None` as +LMS: Forums. Added handling for case where discussion module can get `None` as value of lms.start in `lms/djangoapps/django_comment_client/utils.py` Studio, LMS: Make ModelTypes more strict about their expected content (for @@ -13,12 +13,11 @@ instance, Boolean, Integer, String), but also allow them to hold either the typed value, or a String that can be converted to their typed value. For example, an Integer can contain 3 or '3'. This changed an update to the xblock library. -<<<<<<< HEAD LMS: Courses whose id matches a regex in the COURSES_WITH_UNSAFE_CODE Django setting now run entirely outside the Python sandbox. -======= -Blades: Added tests for Video Alpha player. ->>>>>>> 812be7a... Added comment about enabling some Video Alpha tests when testing locally. Updated CHANGELOG. + +Blades: Added tests for Video Alpha player. Added comment about enabling some + Video Alpha tests when testing locally. Updated CHANGELOG. Blades: Video Alpha bug fix for speed changing to 1.0 in Firefox.