aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d54804..6538fe6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+0.9.2
+- [bug] A rework of the mako-render script allows the script to run
+ correctly when given a file pathname that is outside of the current
+ directory, e.g. ``mako-render ../some_template.mako``. In this case,
+ the "template root" defaults to the directory in which the template
+ is located, instead of ".". The script also accepts a new argument
+ ``--template-dir`` which can be specified multiple times to establish
+ template lookup directories. Standard input for templates also works
+ now too. Pull request #2 courtesy Derek Harland.
+
0.9.1
- [bug] Fixed bug in Babel plugin where translator comments
would be lost if intervening text nodes were encountered.