+++++++++++++++++++
Bug fixes:
* Avoid error when using ``SQLAlchemyAutoSchema``, ``ModelSchema``, or ``fields_for_model``
with a model that has a ``SynonymProperty`` (:issue:`190`).
Thanks :user:`TrilceAC` for reporting.
* ``auto_field`` and ``field_for`` work with ``SynonymProperty`` (:pr:`280`).
Other changes:
* Add hook in ``ModelConverter`` for changing field names based on SQLA columns and properties (:issue:`276`).
Thanks :user:`davenquinn` for the suggestion and the PR.