From 37711b651f4b030431f1aaffd8b5be8b29429572 Mon Sep 17 00:00:00 2001 From: dolfies Date: Wed, 15 Jan 2025 18:44:57 -0500 Subject: [PATCH] Clarify version guarantees --- docs/version_guarantees.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/version_guarantees.rst b/docs/version_guarantees.rst index 48bfc8360..d78f6e4bc 100644 --- a/docs/version_guarantees.rst +++ b/docs/version_guarantees.rst @@ -7,7 +7,7 @@ The library follows a `semantic versioning principle `_ whi The first thing to keep in mind is that breaking changes only apply to **publicly documented functions and classes**. If it's not listed in the documentation here then it is not part of the public API and is thus bound to change. This includes attributes that start with an underscore or functions without an underscore that are not documented. -However, the Discord user API is in constant flux, so sometimes breaking changes may creep in. +However, the Discord user API is in constant flux, so sometimes breaking changes may creep in. The guarantee is that patch releases will not introduce breaking changes, but minor releases may introduce minor ones. Major breaking changes will continue to be reserved for major releases. .. note::