summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 0a09b43..30d3c34 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,11 @@ 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).
- 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
@@ -19,6 +24,7 @@ History
strings (issue \#118).
- Convert HISTORY and README files from reST to Markdown.
- More robust handling of byte strings in Python 3.
+- Added Creative Commons license for David Phillips's logo.
0.5.2 (2012-05-03)
------------------
@@ -148,4 +154,3 @@ Bug fixes:
------------------
- First release
-