summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-04-20 17:06:59 +0000
committerxue <>2006-04-20 17:06:59 +0000
commit5d02ac2219c95459afb8f7dc7a0457b5c0e98fd0 (patch)
tree7fc6cb52a921bcad0cafc61d35c2e9cf675bbe61 /HISTORY
parentf4a715e98befac72626b7d7a94f98882fee37c32 (diff)
Fixed #138 and an error in HTML entity representation for double quotes.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a35f2a92..c2757b00 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3,6 +3,7 @@ Version 3.0.0 May 1, 2006
BUG: Ticket#131 - TImageMap and TLinkButton continue to postback even client validator fails (Wei)
BUG: Ticket#135 - TBrowserLogRoute reports wrong timings (Qiang)
BUG: Ticket#137 - The JavasciptLogger does not work (Qiang)
+BUG: Ticket#138 - missing file in TDataGrid (Qiang)
BUG: Non-control components can now use expressions in their properties (Qiang)
BUG: TControl.Visible did not make use of overriden getVisible() (Qiang)
BUG: TWizard did not stop navigation upon a validation failure (Qiang)