From bb70907e206b25b882368c2a59e0157f291b6bcb Mon Sep 17 00:00:00 2001 From: Valera Rozuvan <valera@edx.org> Date: Mon, 17 Jun 2013 08:48:55 +0300 Subject: [PATCH] Added info to changelog for recent pull requests. --- CHANGELOG.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bbbb0235277..03a3b8c8097 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,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. +Blades: Video Alpha bug fix for speed changing to 1.0 in Firefox. + +Blades: Additional event tracking added to Video Alpha: fullscreen switch, show/hide +captions. + LMS: Some errors handling Non-ASCII data in XML courses have been fixed. LMS: Add page-load tracking using segment-io (if SEGMENT_IO_LMS_KEY and @@ -32,7 +37,7 @@ student. Blades: Staff debug info is now accessible for Graphical Slider Tool problems. Blades: For Video Alpha the events ready, play, pause, seek, and speed change -are logged on the server (in the logs). +are logged on the server (in the logs). Common: Developers can now have private Django settings files. @@ -53,7 +58,7 @@ Common: The "duplicate email" error message is more informative. Studio: Component metadata settings editor. -Studio: Autoplay is disabled (only in Studio). +Studio: Autoplay for Video Alpha is disabled (only in Studio). Studio: Single-click creation for video and discussion components. -- GitLab