------------------------
- Only apply declaratively defined settings to the outer Sequence when
mapping an SQLAlchemy relationship. Previously, overrides were applied
to both the Sequence and Mapping nodes, leading to unexpected behaviour.
[davidjb]
- The order in which fields are added are now properly maintained
(`issue 45
<https://github.com/stefanofontanelli/ColanderAlchemy/issues/45>`_)
[uralbash]
- Added ability to override fields on their own (PR
`69 <https://github.com/stefanofontanelli/ColanderAlchemy/pull/69>`_,
`70 <https://github.com/stefanofontanelli/ColanderAlchemy/pull/70>`_)
[uralbash]
- Allow setting ColanderAlchemy options in sqlalchemy type. [pieterproigia]
- Make it possible to set the ``unknown`` ``colander.Mapping`` option
using ``__colanderalchemy_config__`` (PR
`78 <https://github.com/stefanofontanelli/ColanderAlchemy/pull/78>`_)
[elemoine]