From f5e307488663360bdfa8aa00356b17926b872335 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 22 Aug 2022 15:23:23 -0400 Subject: [PATCH] Update version guarantees --- docs/version_guarantees.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/version_guarantees.rst b/docs/version_guarantees.rst index 7909bd6b5..c3d86749f 100644 --- a/docs/version_guarantees.rst +++ b/docs/version_guarantees.rst @@ -24,6 +24,8 @@ Examples of Non-Breaking Changes - Adding or removing private underscored attributes. - Adding an element into the ``__slots__`` of a data class. - Changing the behaviour of a function to fix a bug. +- Changes in the typing behaviour of the library +- Changes in the calling convention of functions that are primarily meant as callbacks - Changes in the documentation. - Modifying the internal HTTP handling. - Upgrading the dependencies to a new version, major or otherwise.