summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-22 13:27:53 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-22 13:27:53 -0700
commit70e222a94e4c85b79bfa330f9195c75c3da6076f (patch)
tree42936c0e9de49c586d9ef1bae2df1886ac367576 /HISTORY.md
parent1b4fa5b781d62eb9eaee345171f256e18e3e3acc (diff)
downloadpystache-70e222a94e4c85b79bfa330f9195c75c3da6076f.tar.gz
Update HISTORY for issue #121.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 333e68c..d701d70 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -9,6 +9,7 @@ History
- Added a `parse()` function that yields a printable, pre-compiled
parse tree.
- Added support for rendering pre-compiled templates.
+- Added --force2to3 option to setup.py (issue \#121).
- 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