From 19d60fc63136e578bea4e335e1ed53a6fe794811 Mon Sep 17 00:00:00 2001 From: Sam Vilain Date: Wed, 23 Jul 2014 16:37:48 -0700 Subject: [PATCH] VisitorPattern deserves a README entry at least :) --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 7ffc207..4f46ef2 100644 --- a/README.rst +++ b/README.rst @@ -84,6 +84,10 @@ Features * conversion to primitive python types via the pickle API (``__getnewargs__``) +* **New in 0.5**: generic mechanism for marshalling to and from other + other forms. See the documentation for the new + ``normalize.visitor.VisitorPattern`` API. + * typed collections API with item coercion (currently, only lists are implemented):