Skip to content

Commit

Permalink
Add changelog for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Mar 30, 2023
1 parent e63992a commit 264e141
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Changelog
:depth: 2
:local:

v2.1.0
------

New Features
^^^^^^^^^^^^

* Add type-safe decorators to :py:class:`~berconpy.dispatch.EventDispatcher`
for existing events

This serves as an alternative interface to the existing
:py:meth:`~berconpy.AsyncRCONClient.listen()`
and :py:meth:`~berconpy.AsyncRCONClient.add_listener()` methods for those
that want stronger type safety in their code (avoiding string typos and
validating listener signatures).

Documentation
^^^^^^^^^^^^^

* Document :py:meth:`~berconpy.RCONClientProtocol.receive_datagram()`
for client/server protocols potentially raising :py:exc:`~berconpy.InvalidStateError`

v2.0.0
------

Expand Down

0 comments on commit 264e141

Please sign in to comment.