src/pyams_utils.egg-info/PKG-INFO
changeset 131 d702d2bf095a
parent 125 985534bc6ab9
child 149 eed80a1937fe
--- a/src/pyams_utils.egg-info/PKG-INFO	Fri Jan 26 15:34:40 2018 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO	Fri Jan 26 17:13:13 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-utils
-Version: 0.1.10
+Version: 0.1.11
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -48,6 +48,13 @@
         Changelog
         =========
         
+        0.1.11
+        ------
+         - moved PyAMS documentation to "PyAMS User Guide" package
+         - added "inherit" interface and module to handle inheritance between located components easier
+         - added exception handling when trying to get or set request annotations
+         - added property annotation to define volatile attributes on persistent classes
+        
         0.1.10
         ------
          - added ZODB connection class and vocabulary based on Pyramid's settings