Skip to content

Commit 29fbbd8

Browse files
committed
doc: add backward compatibility declarison declaration
Signed-off-by: Carl Zhang <[email protected]>
1 parent 0d1d351 commit 29fbbd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Doxygen files are regularly updated through Github Pages and can be accessed dir
1414

1515
The libva development team can be reached via github issues.
1616

17+
# Backward Compatibility
18+
No code changes may be introduced that would regress support for existing API. All contributions must ensure continued compatibility and functionality. Failure to maintain API compatibility may result in the rejection or reversion of the contribution.
19+
20+
Any deliberate modifications or removal of existing API will be transparently communicated in the release notes.
21+
22+
API options are solely considered as a stable interface. Any debug parameters, environmental variables, and internal data structures, are not considered as an interface and may be changed or removed at any time.
1723

1824
# Build and Install Libva
1925
*This build documentation was tested under clear Ubuntu Server 18.04 (with gcc-7.3.0, gcc-8.1.0 and clang-6.0 compilers) but it should work on another OS distributions with various versions of gcc and clang.*

0 commit comments

Comments
 (0)