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:
8
8
* **Y (Minor) ** version changes are moderate changes. These include:
9
9
10
10
* 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.
12
12
* Changes to our package's declared dependency versions.
13
13
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.
15
15
16
16
* Where possible, we will advise of upcoming breaking changes with warnings in a Z release.
17
17
You can’t perform that action at this time.
0 commit comments