diff options
| author | Rapptz <[email protected]> | 2016-11-03 22:28:18 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-11-03 22:28:18 -0400 |
| commit | f56dbb0379eabfe99c4fdeca1fbabc0bf5b0f6df (patch) | |
| tree | 9292c62e1f1cae6d62a16bb53db8647d686d32d3 /docs | |
| parent | Forgot the v0.14.0 heading in the docs. (diff) | |
| download | discord.py-f56dbb0379eabfe99c4fdeca1fbabc0bf5b0f6df.tar.xz discord.py-f56dbb0379eabfe99c4fdeca1fbabc0bf5b0f6df.zip | |
Fix Reaction not importing.v0.14.1
Also bump version to v0.14.1
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whats_new.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index b614b8b6..b47cebc9 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -8,6 +8,17 @@ What's New This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _v0p14p1: + +v0.14.1 +--------- + +Bug fixes +~~~~~~~~~~ + +- Fix bug with `Reaction` not being visible at import. + - This was also breaking the documentation. + .. _v0p14p0: v0.14.0 |