Skip to content

Commit 9ca0f44

Browse files
authoredJun 15, 2023
Update README.md
1 parent 9d7fd3b commit 9ca0f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Solid Wall of C++ Library.
44

55
# Versioning
66

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

Comments
 (0)