diff -r 26640dcbe036 -r d56eef10d01a docs/HISTORY.txt --- 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