File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,10 @@ A breaking change is a change of a convention or a behavior starting in a specif
79
79
version of the library. This type of change may prevent your application from working
80
80
properly if not addressed before upgrading the library.
81
81
82
- The breaking changes in this section are categorized by the library version that introduced
83
- them. When upgrading library versions, address all the breaking changes between the current
84
- and upgrade versions.
82
+ The breaking changes in this section are categorized by the library
83
+ version that introduced them. Only major library versions introduce
84
+ breaking changes. When upgrading versions, address all
85
+ the breaking changes between the current and upgrade versions.
85
86
86
87
For more information on release changes, see the release notes and associated
87
88
JIRA tickets for each release on `GitHub <https://github.com/mongodb/mongo-php-library/releases>`__.
@@ -90,7 +91,7 @@ Version 1.0 Breaking Changes
90
91
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
91
92
92
93
To view breaking changes for this major release, see the
93
- :github:`release notes </mongo-php-library/releases/tag/1.0.0>`
94
+ :github:`release notes </mongodb/ mongo-php-library/releases/tag/1.0.0>`
94
95
on GitHub.
95
96
96
97
.. _php-compat-changes:
You can’t perform that action at this time.
0 commit comments