summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorwei <>2006-10-19 00:57:08 +0000
committerwei <>2006-10-19 00:57:08 +0000
commita36595a1470db259ce9e723f2ad13b63fd5e8eb6 (patch)
tree3633aff35a82e566d5b89dcfb3c50c284ccfc9d9 /HISTORY
parentec1c561946e785fb34a4809b8b154e2e4f0ffb8b (diff)
BC BREAK: Changed Validator property names:
- Validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, - Validators ClientSide.OnError becomes ClientSide.OnValidationError, - Validators OnSuccess event becomes OnValidationSuccess. - Validators OnError event becomes OnValidationError.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b0e80d65..675a9713 100644
--- a/HISTORY
+++ b/HISTORY
@@ -10,6 +10,9 @@ NEW: TSessionPageStatePersister (Qiang)
NEW: SQLMap (Wei)
NEW: TFeedService, TRssFeedDocument (Knut, Qiang)
NEW: TJsonService
+CHG: All validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, and OnSuccess event becomes OnValidationSuccess. (Wei)
+CHG: All validators ClientSide.OnError becomes ClientSide.OnValidationError, and OnError event becomes OnValidationError. (Wei)
+
Version 3.0.5 October 8, 2006
===============================