diff options
author | xue <> | 2006-06-12 01:21:00 +0000 |
---|---|---|
committer | xue <> | 2006-06-12 01:21:00 +0000 |
commit | 184a867dd08a98cce84466ad32d94796adaf3de9 (patch) | |
tree | 51382280e56202a5d1c7794da783410cebd4353b /HISTORY | |
parent | 2da825c6f1dd3726bcc866082f6d28dcc29a0c5a (diff) |
Fixed #191.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,8 +1,10 @@ Version 3.0.2 July 2, 2006
==========================
BUG: Ticket#182 - List and validator controls cause problem in child classes (Qiang)
+BUG: Ticket#191 - Duplicated postbacks occur when using TButton with validators (Qiang)
BUG: Ticket#213 - PRADO Requirements Checker charset error (Qiang)
CHG: ensureChildControls() is now invoked in TControl::initRecursive (Qiang)
+CHG: Postback enabled control will always disable default client-side browser action. (Qiang)
Version 3.0.1 June 4, 2006
==========================
|