Version bump to v0.14.2

This commit is contained in:
Rapptz
2016-11-04 00:14:07 -04:00
parent edcd1750c9
commit 4fa1349869
2 changed files with 18 additions and 2 deletions

View File

@ -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