This commit is contained in:
Chris McDonough
2012-08-31 02:00:02 -04:00
parent a714858622
commit 0bcc4348c6

View File

@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~