summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 07:54:46 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 07:54:46 -0700
commita1623d7cb64e110d3132835b55cd159c6f96fd46 (patch)
tree2ecdf33b386b226dd78a6c5146a421890bf53fb5 /HISTORY.md
parent6ddc457d034a64f3247e4a2f9658525c5ed3c857 (diff)
downloadpystache-a1623d7cb64e110d3132835b55cd159c6f96fd46.tar.gz
Update HISTORY file for issue #127.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 5516595..c97a2f7 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,8 @@ History
- Added option of raising errors on missing tags/partials:
`Renderer(missing_tags='strict')` (issue \#110).
+- Added support for finding and loading templates by file name in
+ addition to by template name (issue \#127). [xgecko]
- Added a `parse()` function that yields a printable, pre-compiled
parse tree.
- Added support for rendering pre-compiled templates.