summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorchristophe.boulain <>2008-12-03 07:36:59 +0000
committerchristophe.boulain <>2008-12-03 07:36:59 +0000
commit5790a3342f819f9a8065b55a09a95b0563cff5e8 (patch)
tree1518097953091cded5424d4dce66db33402ad542 /HISTORY
parentdd174b089f6e5bc32fd572e397fd726eca744980 (diff)
Fixed Issue#79
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a6f2d070..136366a7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3,6 +3,7 @@ Version 3.1.4 To be released
BUG: Issue#59 - TPropertyAccess::has() returns false even if the property of an object was found (Carl)
BUG: Issue#61 - TLogRouter throws exception when using external config file (Michael)
BUG: Issue#62 - Some mistyping: TJavascript or TJavaScript? (Carl)
+BUG: Issue#79 - Missing new operator for Exception in TSqlMapObjectCollectionTree::onChildNodesVisited() (Christophe)
BUG: TActiveLinkButton and TActiveRadioButtonList crashes if it's the only active control imported. Added TActiveControlAdapter (Carl)
BUG: TUrlMapping encoded extra parameters twice (Michael)
ENH: Issue#36 - Refactored TRatingList/TActiveRatingList, and added some docs (Bradley)