Changelog
=========

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


0.2 (2014-09-05)
----------------

Integrate more DocuSign features.

- Feature #1 - Envelopes can be created with ``eventNotification`` argument,
  which allows to setup API callbacks on signature updates.

- Feature #3 - Added support for "approve tabs", which allow signer to sign a
  document without adding visible text/graphic to the document.

- Feature #5 - DocuSignClient.login_information raises DocuSignException and
  emits logs on error.


0.1 (2014-07-30)
----------------

Initial release.

- Introduced ``DocuSignClient`` client and models. Initial features around
  embedded signing workflow:

  * login
  * create envelope
  * get envelope's recipients (read envelope)
  * post recipient view (get embedded signing URL)


.. rubric:: Notes & references

.. target-notes::

.. _`milestones`: https://github.com/novapost/pydocusign/milestones
