diff -r 1edcd4c94110 -r c28aa20c304a src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Mon Sep 17 17:38:43 2018 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Tue Sep 18 16:16:41 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-utils -Version: 0.1.17.1 +Version: 0.1.18 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -48,6 +48,16 @@ Changelog ========= + 0.1.18 + ------ + - added default JSON encoder to serialize date and datetime objects (required for PyAMS_apm package) + - added JS text renderer + - use "yield from" in container's ISublocations adapters + + 0.1.17.1 + -------- + - update "br" TALES extension to disallow empty context + 0.1.17 ------ - added functions to get unique or random members from iterator