File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ We use a three-part X.Y.Z (Major.Minor.Patch) versioning definition as follows:
88* **Y (Minor) ** version changes are moderate changes. These include:
99
1010 * Significant non-breaking feature additions.
11- * Potentially breaking changes. Any such changes will be explicitly stated in the release notes.
11+ * Potentially backwards incompatible changes. Any such changes will be explicitly stated in the release notes.
1212 * Changes to our package's declared dependency versions.
1313
14- * **Z (Patch) ** version changes are small changes. They will not break backwards compatibility.
14+ * **Z (Patch) ** version changes are small changes. These changes will not break backwards compatibility.
1515
1616 * Where possible, we will advise of upcoming breaking changes with warnings in a Z release.
1717
You can’t perform that action at this time.
0 commit comments