Mercurial > genshi > genshi-test
comparison ChangeLog @ 168:40b32b020fd6
Added recent changes to change log file.
author | cmlenz |
---|---|
date | Thu, 17 Aug 2006 17:08:42 +0000 |
parents | f767cf98e3e3 |
children | ce0bfdff334c |
comparison
equal
deleted
inserted
replaced
167:7888f4104cc0 | 168:40b32b020fd6 |
---|---|
22 as expected. | 22 as expected. |
23 * Added support for the XPath functions boolean(), ceiling(), concat(), | 23 * Added support for the XPath functions boolean(), ceiling(), concat(), |
24 contains(), false(), floor(), normalize-space(), number(), round(), | 24 contains(), false(), floor(), normalize-space(), number(), round(), |
25 starts-with(), string-length(), substring(), substring-after(), | 25 starts-with(), string-length(), substring(), substring-after(), |
26 substring-before(), translate(), and true(). | 26 substring-before(), translate(), and true(). |
27 | 27 * Non-ASCII characters in expressions should now be handled correctly (ticket |
28 #29). | |
29 * Default values for arguments of template functions now also work with | |
30 constants and complex expressions (they only worked for string or number | |
31 literals before). | |
28 | 32 |
29 Version 0.1 | 33 Version 0.1 |
30 http://svn.edgewall.org/repos/markup/tags/0.1.0/ | 34 http://svn.edgewall.org/repos/markup/tags/0.1.0/ |
31 (Aug 3 2006, from branches/stable/0.1.x) | 35 (Aug 3 2006, from branches/stable/0.1.x) |
32 | 36 |