summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-04-18 02:41:35 +0000
committerxue <>2006-04-18 02:41:35 +0000
commit4dba56d6709d495c8ded0b8e4fa2d6fdaa225cc0 (patch)
tree75739bab44cd204b57e8c55cb9e5591852d73ddb /HISTORY
parent117fa9bc23399c241ba42e5d085bc8784c752583 (diff)
Fixed #135.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 42bd6c30..0e5fc14c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,8 @@
Version 3.0.0 May 1, 2006
=========================
BUG: Ticket#131 - TImageMap and TLinkButton continue to postback even client validator fails (Wei)
-BUT: Non-control components can now use expressions in their properties (Qiang)
+BUG: Ticket#135 - TBrowserLogRoute reports wrong timings (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)
ENH: TButton, TImageButton and TLinkButton now implement IButtonControl interface (Qiang)