---------------------
Added
^^^^^
* Added three new methods to send/post a transaction as discussed `here <https://github.com/planetmint/planetmint/issues/2307>`_:
* ``send_commit``
* ``send_async``
* ``send_sync``
Deprecated
^^^^^^^^^^
* ``send()`` under ``TransactionEndpoint``, and available
via ``Planetmint.transactions``. Replaced by the above three methods:
``send_commit()``, ``send_async()``, and ``send_sync()``.