diff options
author | xue <> | 2006-05-03 18:19:13 +0000 |
---|---|---|
committer | xue <> | 2006-05-03 18:19:13 +0000 |
commit | 4c2920064d561701016476b91ce28813e2368270 (patch) | |
tree | 90d671be43be7db100bf9d03d03a16d4b439b951 /HISTORY | |
parent | ee6dd9872aabf90d71662c4c39a33f071a8886d0 (diff) |
Fixed #154: HTML comments are now parsed as regular template strings.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ Version 3.0.1 June 1, 2006
==========================
-ENH: Ticket#153 - TAssetManager now ignores .svn directories (Qiang)
+CHG: Ticket#153 - TAssetManager now ignores .svn directories (Qiang)
+CHG: Ticket#154 - HTML comments are now parsed as regular template strings (Qiang)
ENH: added sanity check to calling event handlers (Qiang)
Version 3.0.0 May 1, 2006
|