==================
- Use the new public ``isRetryableError`` in transaction 2.2. The
interface for this package is unchanged, but a major version bump of
a dependency necessitates a major bump here. See `issue 12
<https://github.com/NextThought/nti.transactions/issues/12>`_.
- Test support for Python 3.7; remove test support for Python 3.4.
- ``TransactionLoop`` is more careful to not keep traceback objects
around, especially on Python 2.