summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-05-03 18:19:13 +0000
committerxue <>2006-05-03 18:19:13 +0000
commit4c2920064d561701016476b91ce28813e2368270 (patch)
tree90d671be43be7db100bf9d03d03a16d4b439b951 /HISTORY
parentee6dd9872aabf90d71662c4c39a33f071a8886d0 (diff)
Fixed #154: HTML comments are now parsed as regular template strings.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index a9f029a5..1dd2648b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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