--- a/docs/HISTORY.txt Thu Apr 26 16:00:38 2018 +0200
+++ b/docs/HISTORY.txt Fri Apr 27 10:24:14 2018 +0200
@@ -1,6 +1,13 @@
Changelog
=========
+0.1.14
+------
+ - updated request_property decorator cache key
+ - updated base site root ACL to grant 'public' permission to everyone
+ - use object ID in default cache key adapter
+ - add cache key adapters for string and persistent objects
+
0.1.13
------
- added site root factory interface
--- a/src/pyams_utils.egg-info/PKG-INFO Thu Apr 26 16:00:38 2018 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO Fri Apr 27 10:24:14 2018 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-utils
-Version: 0.1.13
+Version: 0.1.14
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -48,6 +48,13 @@
Changelog
=========
+ 0.1.14
+ ------
+ - updated request_property decorator cache key
+ - updated base site root ACL to grant 'public' permission to everyone
+ - use object ID in default cache key adapter
+ - add cache key adapters for string and persistent objects
+
0.1.13
------
- added site root factory interface
--- a/src/pyams_utils.egg-info/SOURCES.txt Thu Apr 26 16:00:38 2018 +0200
+++ b/src/pyams_utils.egg-info/SOURCES.txt Fri Apr 27 10:24:14 2018 +0200
@@ -5,6 +5,7 @@
src/pyams_utils/__init__.py
src/pyams_utils/adapter.py
src/pyams_utils/attr.py
+src/pyams_utils/cache.py
src/pyams_utils/configure.zcml
src/pyams_utils/container.py
src/pyams_utils/context.py