Skip to content

Commit

Permalink
Update changelog for upcoming release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Jan 15, 2021
1 parent d89133b commit 199f96e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,32 @@ For details and minor changes, please see the `version control log messages
<https://github.com/SpotlightKid/jack-matchmaker/commits/master>`_.


2021-01-15 version 0.9.0
------------------------

Changes:

* Dropped official support for Python 3.5 and declared support for Python 3.9.
Incremented the minor version accordingly.

Enhancement:

* Added support for the ``reload`` action to the jack-matchmaker systemd
service, which triggers re-reading of the pattern file (thanks to BlueMax).


2020-08-05 version 0.8.2
------------------------

Changes:

* Max. connection attempt is always set to 1 when any of the `-c`, `-i` or `-o`
options are used.
* Max. connection attempt is always set to 1 when any of the ``-c``, ``-i`` or
``-o`` options are used.

Enhancement:

* Log JACK client name after connection (if verbosity is `DEBUG`).
* Only log connection error traceback when verbosity is `DEBUG`.
* Log JACK client name after connection (if verbosity is ``DEBUG``).
* Only log connection error traceback when verbosity is ``DEBUG``.
* Improve warning logging of non-fatal connection error status.

Fixes:
Expand Down

0 comments on commit 199f96e

Please sign in to comment.