From 0bcc4348c6ade8348b3ffa90b366455424e46c13 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 31 Aug 2012 02:00:02 -0400 Subject: [PATCH] garden --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index de20f8a..2e8ae04 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,8 +25,9 @@ Features Previously, it just repeated and didn't override. * An ``insert_before`` keyword argument may be passed to a SchemaNode - constructor. This is an string naming a node in a superclass which this - node should be placed before to influence schema ordering. + constructor. This is a string naming a node in a superclass. A node + with an ``insert_before`` will be placed before the named node in a + parent mapping schema. Backwards Incompatibilities ~~~~~~~~~~~~~~~~~~~~~~~~~~~