Browse Source

Update version guarantees

pull/8378/head
Rapptz 3 years ago
parent
commit
f5e3074886
  1. 2
      docs/version_guarantees.rst

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

Loading…
Cancel
Save