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.