Skip to content

Commit 366bd1b

Browse files
committed
Small language consistency tweaks to VERSIONING.
1 parent e627724 commit 366bd1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VERSIONING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)