diff ChangeLog @ 399:f0b785d3d407 trunk

Rework parsing of expressions in template text, to be able to: * handle dict literals (as well as strings containing the character ?}?) inside the expression (#37), and * allow escaped dollar signs in front of full expressions (#92)
author cmlenz
date Thu, 18 Jan 2007 14:52:42 +0000
parents 9c88f4137b03
children 68772732c896
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,7 +30,10 @@
  * `MarkupTemplate`s can now be instantiated from markup streams, in addition
    to strings and file-like objects (ticket #69).
  * Improve handling of incorrectly nested tags in the HTML parser.
- * Template includes can you be nested inside fallback content.
+ * Template includes can now be nested inside fallback content.
+ * Expressions can now contain dict literals (ticket #37).
+ * It is now possible to have one or more escaped dollar signs in front of a 
+   full expression (ticket #92).
 
 
 Version 0.3.6
Copyright (C) 2012-2017 Edgewall Software