mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 03:52:01 +00:00
Add semver link to documentation
This commit is contained in:
parent
474fa73e6c
commit
23dfeee4cb
@ -365,10 +365,10 @@ allow calls from any thread in future releases.
|
|||||||
|
|
||||||
@subsection compatibility Version compatibility
|
@subsection compatibility Version compatibility
|
||||||
|
|
||||||
GLFW guarantees source and binary backward compatibility with earlier minor
|
GLFW uses [Semantic Versioning](https://semver.org/). This guarantees source
|
||||||
versions of the API. This means that you can drop in a newer version of the
|
and binary backward compatibility with earlier minor versions of the API. This
|
||||||
library and existing programs will continue to compile and existing binaries
|
means that you can drop in a newer version of the library and existing programs
|
||||||
will continue to run.
|
will continue to compile and existing binaries will continue to run.
|
||||||
|
|
||||||
Once a function or constant has been added, the signature of that function or
|
Once a function or constant has been added, the signature of that function or
|
||||||
value of that constant will remain unchanged until the next major version of
|
value of that constant will remain unchanged until the next major version of
|
||||||
|
Loading…
Reference in New Issue
Block a user