Commit 972a61c2 authored by Evan Simpson's avatar Evan Simpson

*** empty log message ***

parent 288b78c3
...@@ -4,20 +4,12 @@ TAL changes ...@@ -4,20 +4,12 @@ TAL changes
Change information for previous versions can be found in the Change information for previous versions can be found in the
file HISTORY.txt. file HISTORY.txt.
Version 1.4.0 Version 1.4.1
Features Added Bugs Fixed
- Added TAL statement: omit_tag="[<boolean expr>]" replaces
the statement tag with its contents if the boolean
expression is true or omitted.
- The TAL and METAL namespaces can be applied to tag names, - tal:on-error was mangling other attributes
tags in these namespaces are removed from rendered output
(leaving the contents in place, as with omit_tag)
whenever attributes in these namespaces would be, and
tag attributes without explicit namespaces default to the
tag's namespace (per XML spec).
Bugs Fixed - TAL and METAL attributes with blank values were ignored.
- METAL statement nesting was not enforced.
...@@ -4,6 +4,21 @@ TAL history ...@@ -4,6 +4,21 @@ TAL history
Change information for the current release can be found Change information for the current release can be found
in the file CHANGES.txt. in the file CHANGES.txt.
Version 1.4.0
Features Added
- Added TAL statement: omit_tag="[<boolean expr>]" replaces
the statement tag with its contents if the boolean
expression is true or omitted.
- The TAL and METAL namespaces can be applied to tag names,
tags in these namespaces are removed from rendered output
(leaving the contents in place, as with omit_tag)
whenever attributes in these namespaces would be, and
tag attributes without explicit namespaces default to the
tag's namespace (per XML spec).
Version 1.3.3 Version 1.3.3
Bugs Fixed Bugs Fixed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment