* `34`_ Allow enterprise ID to contain sub-identifiers.
**Fixed**
* `31`_ Correct handling of failed connection attempt in TCP transport handler.
1.4.2
~~~~~~~~~~~~~~~~~~~~~
**Changed**
* `32`_ ``address`` can now also be a list, making loading settings form a config file possible.
**Added**
* Python 3.7 tests and support.
1.4.1
~~~~~~~~~~~~~~~~~~~~~
**Fixed**
* `29`_ Fix AttributeError when using TLS connection.
1.4.0
~~~~~~~~~~~~~~~~~~~~~
**Added**
* `27`_ Make it possible to log to streams as an alternate transport. * Added API documentation.
**Changed**
* Syslog facilities and framing options have moved from the ``RfcSysLogHandler`` class to module level variables. **You may have to adjust your references to them.**
1.3.0
~~~~~~~~~~~~~~~~~~~~~
**Added**
* `23`_ Add support for TLS/SSL
1.2.1
~~~~~~~~~~~~~~~~~~~~~
**Fixed**
* `21`_ Registered structured data IDs where also suffixed with an enterprise ID.
**Added**
* `22`_ Add ``utc_timestamp`` parameter to allow logging in UTC time.