From 405b488ee9b307babc019423cba434bed5b838a3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 25 May 2011 03:15:46 -0400 Subject: [PATCH] CHANGES.txt doesnt support sphinx markup --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b0ae133..cfac83e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,8 +14,9 @@ Next release ``colander.DateTime``. See https://github.com/Pylons/colander/issues#issue/6. -- Add the ability to insert a :class:`~colander.interfaces.Preparer` - between deserialization and validation. See the :ref:`preparing`. +- Add the ability to insert a ``colander.interfaces.Preparer`` between + deserialization and validation. See the Preparing section in the + documentation. 0.9.2 (2011-03-28) ------------------