Changelog
=========

This document describes changes between each past release. For information
about future releases, check `milestones`_ and :doc:`/about/vision`.


0.2 (2014-09-12)
----------------

Minor fixes.

- Feature #2 - Explicitely mark Django 1.7 as not supported (tests fail with
  Django 1.7) in packaging.

- Bug #3 - Fixed wrong usage of `django-anysign` API in `django-dummysign`
  backend.


0.1 (2014-08-11)
----------------

Initial release.

- Introduced base model ``SignatureType`` and base model factories
  ``SignatureFactory`` and ``SignerFactory``.

- Introduced base backend class ``SignatureBackend``.

- Introduced loaders for custom models and backend:
  ``get_signature_backend_instance``, ``get_signature_type_model``,
  ``get_signature_model`` and ``get_signer_model``.


.. rubric:: Notes & references

.. target-notes::

.. _`milestones`: https://github.com/novapost/django-anysign/milestones
