Commit dfeaac6d by Chris Jerdonek

Updated history notes for issue #57.

parent 04da344d
...@@ -10,6 +10,9 @@ Features: ...@@ -10,6 +10,9 @@ Features:
* A custom template loader can now be passed to a View. [cjerdonek] * A custom template loader can now be passed to a View. [cjerdonek]
* Added a command-line interface. [vrde, cjerdonek] * Added a command-line interface. [vrde, cjerdonek]
* Markupsafe can now be disabled after import. [cjerdonek] * Markupsafe can now be disabled after import. [cjerdonek]
* Template class can now handle non-ascii characters in non-unicode strings.
Added default_encoding and decode_errors to Template constructor arguments.
[cjerdonek]
API changes: API changes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment