Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-mako
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-mako
Commits
c650f81e
Commit
c650f81e
authored
11 years ago
by
Mike Bayer
Browse files
Options
Downloads
Patches
Plain Diff
- 0.9.2
- changelog for pullreq #2
parent
9e1d236e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+10
-0
10 additions, 0 deletions
CHANGES
mako/__init__.py
+1
-1
1 addition, 1 deletion
mako/__init__.py
with
11 additions
and
1 deletion
CHANGES
+
10
−
0
View file @
c650f81e
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.
...
...
This diff is collapsed.
Click to expand it.
mako/__init__.py
+
1
−
1
View file @
c650f81e
...
...
@@ -5,5 +5,5 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php
__version__
=
'
0.9.
1
'
__version__
=
'
0.9.
2
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment