Skip to content

Commit

Permalink
Merge pull request #432 from edx/nedbat/1.2.7
Browse files Browse the repository at this point in the history
CHANGELOG entry for 1.2.7
  • Loading branch information
nedbat authored Oct 15, 2019
2 parents 483d0d1 + 8e75f42 commit e382120
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Change history for XBlock

These are notable changes in XBlock.

1.2.7 - 2019-10-15
------------------

* Changed how illegal XML characters are sanitized, to speed the operation.
The old way was removing more characters than are required by the XML
specification.

1.2.6 - 2019-09-24
------------------

* Add support for relative dates to DateTime fields.

1.2.5 - 2019-09-19
------------------

* Changes for Python 2/3 compatibility.

1.2.4 - 2019-08-27
------------------

Expand All @@ -15,6 +32,7 @@ These are notable changes in XBlock.

1.2.3 - 2019-07-24
------------------

Allow Mixologist class to consume both class objects and string paths to classes as a part of initialization.

1.2.1 - 2018-09-05
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ Packaging

To package a new release:

#. Describe the release in CHANGELOG.rst

#. Update the version number in xblock/VERSION.txt.

#. Tag the commit to be released::
Expand Down
2 changes: 1 addition & 1 deletion xblock/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.6
1.2.7

0 comments on commit e382120

Please sign in to comment.