summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorwei <>2006-08-01 01:25:57 +0000
committerwei <>2006-08-01 01:25:57 +0000
commitf8fe7d47cc5adb3c9e1901082c65c8766441f09e (patch)
tree7af5bc55f65021a43f0d5867e692f93c68ee8840 /HISTORY
parente90a074753e4e5b9c65fc80eaf48526eb3824f15 (diff)
Fixed #285
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 20d62166..1196cd69 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,7 @@ Version 3.0.3 August 6, 2006
============================
BUG: Ticket#264 - Typos in some exception throw statements (Knut)
BUG: Ticket#268 - THttpResponse.redirect() may fail for some browsers (Qiang)
+BUG: Ticket#285 - NumberFormat Rounding Bug (Wei)
BUG: Ticket#297 - THttpRequest::constructUrl() encoding bug about array GET parameters (Qiang)
BUG: TDataGrid may complain getting ItemType on a non-object if the grid is not data-bound (Qiang)
BUG: TCheckBox.Value should be converted to string (Qiang)