diff options
| author | Rapptz <[email protected]> | 2016-11-04 00:14:07 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-11-04 00:14:07 -0400 |
| commit | 4fa13498699970752d1ab07edb715c11c6baccad (patch) | |
| tree | 5165e62a71d840c849efc6df1333c623a35a9b66 /docs | |
| parent | Make Client.wait_for_reaction return a namedtuple instead. (diff) | |
| download | discord.py-4fa13498699970752d1ab07edb715c11c6baccad.tar.xz discord.py-4fa13498699970752d1ab07edb715c11c6baccad.zip | |
Version bump to v0.14.2v0.14.2
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whats_new.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index b47cebc9..8463f669 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -8,6 +8,22 @@ What's New This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _v0p14p2: + +v0.14.2 +--------- + +New Features +~~~~~~~~~~~~~~ + +- :meth:`Client.wait_for_reaction` now returns a namedtuple with ``reaction`` and ``user`` attributes. + - This is for better support in the case that ``None`` is returned since tuple unpacking can lead to issues. + +Bug Fixes +~~~~~~~~~~ + +- Fix bug that disallowed ``None`` to be passed for ``emoji`` parameter in :meth:`Client.wait_for_reaction`. + .. _v0p14p1: v0.14.1 |