=====================
* Renamed project from twisted-hl7 to txHL7, to be in line with
twisted's `Community Code
<http://twistedmatrix.com/trac/wiki/CommunityCode>`_ recommendations.
.. warning::
Please update your project to use the ``txHL7`` import instead
of ``twistedhl7`` and replace "twisted-hl7" with "txHL7" in
your setup.py or requirements.txt.
If you perform a ``pip uninstall twisted-hl7``, ensure you do it
before installing txHL7, since both packages use the
:file:`twisted/plugins/mllp_plugin.py` twisted plugin, otherwise
the twisted-hl7 uninstall will remove txHL7's version of the plugin.