Commit 432071e1 by Chris Jerdonek

Update HISTORY with support for Travis CI.

parent fda5d69b
language: python
# Travis CI has no plans to support Python 2.4 and Jython.
python:
- 2.5
- 2.6
......
......@@ -10,6 +10,7 @@ History
parse tree.
- Added support for rendering pre-compiled templates.
- Added --force2to3 option to setup.py (issue \#121).
- Added support for [Travis CI](http://travis-ci.org) (issue \#124). [msabramo]
- Bugfix: exceptions raised from a property are no longer swallowed
when getting a key from a context stack (issue \#110).
- Bugfix: lambda section values can now return non-ascii, non-unicode
......
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