Commit d2919717 by Chris Jerdonek

Updated history notes for issue #56.

parent f479e62d
...@@ -6,10 +6,10 @@ Next Release (version TBD) ...@@ -6,10 +6,10 @@ Next Release (version TBD)
Features: Features:
* Support for disabling HTML escape in Template and View classes. [cjerdonek]
* 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]
* Custom escape function can now be passed to Template constructor. [cjerdonek]
* Template class can now handle non-ascii characters in non-unicode strings. * Template class can now handle non-ascii characters in non-unicode strings.
Added default_encoding and decode_errors to Template constructor arguments. Added default_encoding and decode_errors to Template constructor arguments.
[cjerdonek] [cjerdonek]
......
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