******************
Changes in pytiger
******************

Release 1.2.1
=============

* Correct code examples and formatting in :mod:`pytiger.logging`.
* Remove Debian packaging from the ``master`` branch in preparation for the
  conversion of the Debian package from a native package.

Release 1.2.0
=============

* Add a `separator` parameter to :func:`pytiger.monitoring.MonitoringCheck.exit`
* New module: :mod:`pytiger.logging.syslog`
* Set minimum Python interpreter version to 2.6
* New module: :mod:`pytiger.logging.config`
* New module: :mod:`pytiger.monitoring` (replacing :mod:`pytiger.nagios`)

Release 1.1.1
=============

* Deprecate nagios.NagiosClient.warn(), replace with warning() (#2)

Release 1.1.0
==============

* Python 3 compatibility
* New module: :mod:`pytiger.utils.plugins`
* New decorator: :class:`pytiger.utils.decorators.singleton`

Release 1.0.0
=============

* Initial release.
