summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-16 23:27:42 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-16 23:27:42 -0700
commitf14e42de9b3b11763cf7ee745de58d89816874f0 (patch)
tree21835797612c958b2925c0c33d6237b850bfb4c8 /HISTORY.md
parentd36c6443fd2c53244a5c334165bed4cc6825fb5b (diff)
downloadpystache-f14e42de9b3b11763cf7ee745de58d89816874f0.tar.gz
Add HISTORY entry for issue #41.
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 017d630..4c46ee8 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,8 @@ History
0.5.3 (TBD)
-----------
+- Added TemplateSpec.template_path to specify an absolute path to a
+ template (issue \#41).
- 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