docs/HISTORY.txt
changeset 63 40f12a3d67db
child 77 2be615fc6da4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/HISTORY.txt	Wed Dec 05 13:09:59 2018 +0100
@@ -0,0 +1,57 @@
+History
+=======
+
+0.1.9
+-----
+ - updated text areas CSS class
+
+0.1.8
+-----
+ - use "ajax_config" decorator to declare AJAX views
+
+0.1.7
+-----
+ - added prefix to engine edit form
+
+0.1.6
+-----
+ - added check of registry settings in dynamic schema mixin class
+
+0.1.5
+-----
+ - upgrade zope.sqlalchemy package to release 1.0.0
+ - updated global registry access
+ - refactored for last ZMI package
+ - added logging
+
+0.1.4
+-----
+ - use DocFieldProperty to generate Sphinx documentation
+
+0.1.3
+-----
+ - added "meta.zcml" file to configuration to allow static declaration of SQLAlchemy engines
+   from ZCML files through PyAMS "engine" directive
+ - added 'use_pool' as attribute to SQLALchemy engine utility interface (including via ZCML) and as argument
+   to 'get_user_engine' function to be able to disable pooling for a given user engine or session.
+   This argument can be usefull when session is used from PyAMS scheduler jobs where connections
+   shouldn't be stored and reused...
+ - added 'echo_pool' as attribute to SQLAlchemy engine utility interface (including via ZCML) to be able to
+   log pool checkouts and checkins
+ - added 'clear_engine' method with subscriber on modification event to force removal of volatile attributes
+ - changed vocabulary declaration
+ - changed widget CSS class attribute
+
+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