--- a/docs/HISTORY.txt Tue Nov 15 09:44:46 2016 +0100
+++ b/docs/HISTORY.txt Tue Jun 06 16:44:29 2017 +0200
@@ -1,6 +1,20 @@
History
=======
+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