summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-16 23:51:24 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-16 23:51:24 -0700
commit6f0a3612c240940e079e06f1c16c65a6c1b54a7d (patch)
treec35d2db1601ca603829e2306d2236a2a29313bee /HISTORY.md
parentf14e42de9b3b11763cf7ee745de58d89816874f0 (diff)
downloadpystache-6f0a3612c240940e079e06f1c16c65a6c1b54a7d.tar.gz
Address issue #122: add Renderer.render_name().
This commit adds a Renderer.render_name() method that lets one render a template given its name.
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 4c46ee8..477c8a6 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,7 @@ History
0.5.3 (TBD)
-----------
+- Added Renderer.render_name() to render a template by name (issue \#122).
- Added TemplateSpec.template_path to specify an absolute path to a
template (issue \#41).
- Added option of raising errors on missing tags/partials: