diff ChangeLog @ 399:4a7358313ee8

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 5c2156e0cd41
children 9582328f82e5
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