Changes
=======

.. currentmodule:: mortar_rdb

2.0.0 (29 Oct 2013)
-------------------

- Remove use of :mod:`sqlalchemy-migrate`, :mod:`alembic` is a better
  bet but not yet introduced.

- Much work to better adhere to PEP 8, including renaming the major
  functions.

1.2.1 (30 Jun 2011)
-------------------

- Add :mod:`setuptools_git` to the build chain so that
  :mod:`setuptools` `include_package_data` works once more.

1.2.0 (30 Jun 2011)
-------------------

- Pass `None` as the default for `echo` rather than `False` on the
  advice of Daniel Holth.

- When using :func:`~mortar_rdb.registerSession`, allow exlicit
  disabling of two-phase commit.

- No longer log passwords during session registration.

- Specify :mod:`sqlalchemy` 0.6 as a requirement, until
  :mod:`zope.sqlalchemy` is ported, :mod:`mortar_rdb` shouldn't be
  used with :mod:`sqlalchemy` 0.7.

1.1.0 (27 Feb 2011)
-------------------

- Allow passing in
  :class:`~sqlalchemy.orm.interfaces.SessionExtension` instances to
  both :func:`~mortar_rdb.registerSession` functions.

- Fixed a bug that resulted in an exception when passing ``echo=True``
  to :func:`mortar_rdb.testing.registerSession` but not passing a
  ``url``.

1.0.1 (19 Feb 2011)
-------------------

- Fixed a missing declaration of dependency on :mod:`zope.dottedname`.

1.0.0 (18 Feb 2011)
-------------------

- Initial Release.
