Update version guarantees

This commit is contained in:
Rapptz 2022-08-22 15:23:23 -04:00
parent b12b4b18fd
commit f5e3074886

View File

@ -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.