diff options
| author | Rapptz <[email protected]> | 2019-11-18 19:16:00 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-11-18 19:21:40 -0500 |
| commit | ade8d03f546c915d8015439da8aa05ffe18a6184 (patch) | |
| tree | c9d8bb5d36b3daf82db4ace8a4dbc5bef5a72a68 | |
| parent | animation field in reaction objects are not consistently available (diff) | |
| download | discord.py-ade8d03f546c915d8015439da8aa05ffe18a6184.tar.xz discord.py-ade8d03f546c915d8015439da8aa05ffe18a6184.zip | |
Add changelog for 1.2.5
| -rw-r--r-- | docs/whats_new.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index de74bf2e..274d1d25 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,16 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p2p5: + +v1.2.5 +-------- + +Bug Fixes +~~~~~~~~~~~ + +- Fix a bug that caused crashes due to missing ``animated`` field in Emoji structures in reactions. + .. _vp1p2p4: v1.2.4 |