--- a/src/ztfy.utils.egg-info/PKG-INFO Tue Dec 03 11:46:14 2013 +0100
+++ b/src/ztfy.utils.egg-info/PKG-INFO Tue Dec 03 11:47:04 2013 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: ztfy.utils
-Version: 0.4.6
+Version: 0.4.7
Summary: ZTFY utility functions and classes for Zope3
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -41,6 +41,12 @@
Changelog
=========
+ 0.4.7
+ -----
+ - added new "component" registry utility module
+ - added date and datetime display formats
+ - added "keep_chars" argument in translateString function
+
0.4.6
-----
- added ISet interface with permissions on zc.set.Set class