We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d52481 commit 71c67c0Copy full SHA for 71c67c0
README.rst
@@ -94,6 +94,14 @@ Drivers follow semantic versioning
94
Drivers should follow X.Y.Z versioning, where breaking API changes require a
95
bump to X. See `semver.org <https://semver.org/>`_ for more.
96
97
+Backward breaking behavior changes and semver
98
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
+
100
+Backward breaking behavior changes can be more dangerous and disruptive than
101
+backward breaking API changes. When thinking about the implications of a
102
+behavior change, ask yourself what could happen if a user upgraded your library
103
+without carefully reading the changelog and/or adequately testing the change.
104
105
Writing Documents
106
-----------------
107
0 commit comments