.. -*- restructuredtext -*-

This file describes user-visible changes between residue versions.


Version 0.2.8 (2018-08-16)
--------------------------

 * Adds a _defer_defaults_ argument to model constructors to optionally
   avoid costly column.default.execute() calls


Version 0.2.7 (2018-03-04)
--------------------------

 * Fixes and adds tests to ensure that to_dict_default_attrs ignores both
   classproperty and cached_classproperty


Version 0.2.6 (2018-03-04)
--------------------------

 * Ignores classproperty and cached_classproperty for to_dict_default_attrs


Version 0.2.5 (2018-02-24)
--------------------------

 * Fixes CrudModelMixin.to_dict()


Version 0.2.4 (2018-02-24)
--------------------------

 * Fixes CrudModelMixin.__repr__()


Version 0.2.3 (2018-02-24)
--------------------------

 * Fixes typo bug, CrudModelMixin._repr_attr_names -> repr_attr_names


Version 0.2.2 (2018-02-24)
--------------------------

 * Adds support for AssociationProxy in CrudModelMixin.to_dict_default_attrs


Version 0.2.1 (2018-02-24)
--------------------------

 * Removes inflection and sqlalchemy_utils from requirements.txt


Version 0.2 (2018-02-24)
------------------------

 * Actual working code.



Version 0.1 (2017-05-03)
------------------------

 * Initial version.
