Skip to content

Commit

Permalink
fixed RST for pypi rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
tisdall committed Mar 19, 2014
1 parent f0ee44a commit b4fad14
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,27 @@ Change Log
==========

0.3.1 (2014-03-19)
----------------
------------------

- maintain the order of SQLAlchemy object attributes in the
Colander schema [tisdall]
- use Colander defaults wherever explicit settings are
not given [tisdall]
- added tests for confirming documentation examples [tisdall]
- added fix and test for issue #35 (thrown exception on
encountering synonym() ) [tisdall]
- added fix and test for `issue 35
<https://github.com/Pylons/colander/issues/31>`_ (thrown exception
on encountering synonym() ) [tisdall]
- made changes to accommodate SQLAlchemy >= 0.9a [tisdall]
- allows "children" override (#44) [tisdall]
- allows "children" override
(https://github.com/Pylons/colander/issues/44) [tisdall]
- no longer call callable SQLAlchemy defaults to fill in
colander default values (#43) [tisdall]
colander default values (https://github.com/Pylons/colander/issues/43)
[tisdall]
- fixed some minor issues with colander default and missing values
to ensure transitive relationships (such as dictify/objectify)
[tisdall]
- require colander 1.0b1 or greater to support `colander.drop`
(#52) [tisdall]
(https://github.com/Pylons/colander/issues/52) [tisdall]

0.3 (2013-11-04)
----------------
Expand Down

0 comments on commit b4fad14

Please sign in to comment.