diff -r 26640dcbe036 -r d56eef10d01a src/pyams_alchemy.egg-info/PKG-INFO --- a/src/pyams_alchemy.egg-info/PKG-INFO Thu Oct 08 10:01:29 2015 +0200 +++ b/src/pyams_alchemy.egg-info/PKG-INFO Thu Oct 08 10:02:11 2015 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-alchemy -Version: 0.1.1 +Version: 0.1.2 Summary: PyAMS interfaces and classes for SQLAlchemy integration Home-page: http://hg.ztfy.org/pyams/pyams_alchemy Author: Thierry Florac @@ -8,6 +8,22 @@ License: ZPL Description: + 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 Keywords: Pyramid PyAMS SQLALchemy Platform: UNKNOWN