diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whats_new.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index b5d00ea3..7569e384 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -8,6 +8,21 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p1p1: + +v1.1.1 +-------- + +Bug Fixes +~~~~~~~~~~~~ + +- Webhooks do not overwrite data on retrying their HTTP requests (:issue:`2140`) + +Miscellaneous +~~~~~~~~~~~~~~ + +- Add back signal handling to :meth:`Client.run` due to issues some users had with proper cleanup. + .. _vp1p1p0: v1.1.0 |