From c5fd4044f2b3f52439af60ff0e70aa6d17f19e91 Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 13 Jun 2013 16:21:32 -0400 Subject: [PATCH] Update for ModelType ("Stringy" version) change. --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 89872937bf..53be1298e6 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: Make ModelTypes more strict about their expected content (for +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. LMS: Some errors handling Non-ASCII data in XML courses have been fixed.