diff --git a/docs/en_us/release_notes/source/01-23-2014.rst b/docs/en_us/release_notes/source/01-23-2014.rst new file mode 100644 index 0000000000..b84eb89a8b --- /dev/null +++ b/docs/en_us/release_notes/source/01-23-2014.rst @@ -0,0 +1,51 @@ +################################### +January 23, 2014 +################################### + +You can now access the public edX roadmap_ for details about the currently planned product direction. + +.. _roadmap: https://edx-wiki.atlassian.net/wiki/display/OPENPROD/OpenEdX+Public+Product+Roadmap + + +************* +edX Studio +************* + +New documentation, *Building a Course with edX Studio*, is available online_. You can also download the new guide as a PDF from the edX Studio user interface. + +.. _online: http://edx.readthedocs.org/projects/ca/en/latest/ + + +========================== +Changes and Updates +========================== + +* You can now use single quotation marks in option response answers without escaping, when the single quotation mark is between two alphabet characters. (LMS-2031) + + +*************************************** +edX Learning Management System +*************************************** + + + +* A problem that caused the dashboard to not load if there were unicode or space characters in the course image has been fixed. (LMS-2073, STUD-1197) + +* For numerical response problems, students can now enter negative exponents in the same ways they can enter positive exponents. For example, students can enter ``4.9e-9`` or ``4.9*10^-9``. (BLD-434) + +* For string response questions, students can now enter regex expressions as answers. (BLD-475) + +* (BLD-529) + + +*************************************** +Discussions +*************************************** + +* The Discussion search field now expands when it gets focus through the keyboard. (FOR-203) + +*************************************** +Open Response Assessments +*************************************** + +* (ORA-254) \ No newline at end of file diff --git a/docs/en_us/release_notes/source/index.rst b/docs/en_us/release_notes/source/index.rst index bfff285ada..6a772ba9d3 100755 --- a/docs/en_us/release_notes/source/index.rst +++ b/docs/en_us/release_notes/source/index.rst @@ -11,6 +11,7 @@ Contents :maxdepth: 5 read_me + 01-23-2014 01-16-2014 01-07-2014 12-17-2013 diff --git a/docs/en_us/release_notes/source/read_me.rst b/docs/en_us/release_notes/source/read_me.rst index 44d03492b0..c73d0554a9 100644 --- a/docs/en_us/release_notes/source/read_me.rst +++ b/docs/en_us/release_notes/source/read_me.rst @@ -8,7 +8,7 @@ that affect course authoring in edX Studio and the edX Learning Management Syste This document is created using RST_ files and Sphinx_. You, the user community, can help update and revise this documentation project on GitHub:: - https://github.com/edx/edx-platform/tree/master/docs/release_notes/source + https://github.com/edx/edx-platform/tree/master/docs/en_us/release_notes/source To suggest a revision, fork the project, make changes in your fork, and submit a pull request back to the original project: this is known as the `GitHub Flow`_.