summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-20 11:16:00 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-20 11:16:00 -0700
commitf285f4aaae2a54cb35157eec7058b7941fcf3802 (patch)
tree0d8b610635c7733ef4c1c94b1df66b6ab2287163 /HISTORY.md
parent5b00b6cd392a1f5f317cc18893198bb5d62c565d (diff)
downloadpystache-f285f4aaae2a54cb35157eec7058b7941fcf3802.tar.gz
Address issue #130: allow string coercion to be customized.
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 477c8a6..662f117 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,8 @@ History
0.5.3 (TBD)
-----------
+- Added ability to customize string coercion (e.g. to have None render as
+ `''`) (issue \#130).
- 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).