You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ Solid Wall of C++ Library.
4
4
5
5
# Versioning
6
6
7
-
* Point release - client code should recompile and work.
8
-
* Minor release - API changes that require client code changes that are straight forward (e.g. method name changes).
9
-
* Major release - Semantic changes that require significant restructuring or redesign of client code.
7
+
* Point release - Backwards compatible change that requires only a recompilation.
8
+
* Minor release - Backwards compatible change that requires trivial / obvious code changes to preserve the same functionality / semantics. E.g. a method name change.
9
+
* Major release - Semantic changes that require restructuring or redesign of client code.
0 commit comments