======
Features
--------
* The ``environment`` configuration key is no longer restricted to
``dev``, ``stg``, and ``prod``. It now must be an alphanumeric string
(`406 <https://github.com/fedora-infra/fedmsg/pull/406>`_).
Bug fixes
---------
* fedmsg-logger --json-input can now handle multi-line json
(`392 <https://github.com/fedora-infra/fedmsg/pull/392>`_).
* Update the documentation on publishing to mention the ``endpoints`` configuration
(`394 <https://github.com/fedora-infra/fedmsg/pull/394>`_).
* Start re-branding the library so it's not Fedora-specific
(`391 <https://github.com/fedora-infra/fedmsg/pull/391>`_).
* Ensure fedmsg-relay doesn't run producers
(`395 <https://github.com/fedora-infra/fedmsg/pull/395>`_).
* Remove keys added by datagrepper from messages retrieved from the backlog
(`402 <https://github.com/fedora-infra/fedmsg/pull/402>`_).
Development Improvements
------------------------
* Fix a mock used by the test suite
(`405 <https://github.com/fedora-infra/fedmsg/pull/405>`_).