Within a stable version, "point" releases will be made for security
fixes, bug fixes, etc. So 4.0.1 will be 100% compatible with 4.0.0,
-wplus 4.0.1 will contain minor fixes.
+plus 4.0.1 will contain minor fixes.
This guarantee means that all future releases of a stable version will
be compatible with the initial version. People can install 4.0, and
* bug fixes which change the behavior of an existing feature.
== Developers
+
=== Changes to stable branches
All changes to stable branches must undergo a review process to ensure
the experimental branch, and that PR must pass all CI checks, and be
reviewed by at least one other core developer.
-IMPORTANT: Breaking changes are only permitted, IF they are added behind
-a feature flag, that preserves the previous behaviour by default.
+IMPORTANT: Breaking changes are only permitted IF they are added behind
+a feature flag that preserves the previous behaviour by default.
=== Changes to experimental branches