diff options
author | xue <> | 2007-01-27 23:08:33 +0000 |
---|---|---|
committer | xue <> | 2007-01-27 23:08:33 +0000 |
commit | 97b4d7ca7f7edcedc2d9c113a60d827a967f2c5e (patch) | |
tree | 942419f870390a3dbb13af657cd646e775a51da0 /HISTORY | |
parent | 216c44de7fd10b6ff2f1ced71cc7d670d4f46d97 (diff) |
Fixed the bug that TXmlElement did not encode attribute and text values when being saved as a string
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ Version 3.1.0 beta to be released ================================= BUG: Ticket#517 - Quickstart I18N sample: conflicting module ID (Wei) BUG: Ticket#521 - comment tag on TActiveButton stop callback (Wei) +BUG: TXmlElement did not encode attribute and text values when being saved as a string (Qiang) ENH: Ticket#513 - Display last modified / revision in quickstart (Wei) ENH: Ticket#519 - Update TActiveRecord implementation (Wei) ENH: Added PRADO_CHMOD constant so that users can specify the permission of PRADO-created directories (Qiang) |