changeset 17 | d56eef10d01a |
parent 0 | 17f6c240cd7b |
child 25 | 296bbb469ca4 |
--- a/docs/HISTORY.txt Thu Oct 08 10:01:29 2015 +0200 +++ b/docs/HISTORY.txt Thu Oct 08 10:02:11 2015 +0200 @@ -0,0 +1,16 @@ +History +======= + +0.1.2 +----- + - use named permissions + +0.1.1 +----- + - corrected closing of database connections on pool checkin/checkout + - added DataLoader class to help data migration between databases + - added DynamicSchemaMixin class to allow definition of schema name from configuration file + +0.1.0 +----- + - First release