1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00

Main: README.md: Add headers section

This commit is contained in:
Alex Kotov 2022-06-15 14:24:42 +03:00
parent a64ad493a6
commit f4d82fa0b7
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -16,6 +16,7 @@ Table of contents
* [Overview](#libkernaux) * [Overview](#libkernaux)
* [Table of contents](#table-of-contents) * [Table of contents](#table-of-contents)
* [API](#api) * [API](#api)
* [Headers](#headers)
* [Definitions](#definitions) * [Definitions](#definitions)
* [Global variables](#global-variables) * [Global variables](#global-variables)
* [Configuration](#configuration) * [Configuration](#configuration)
@ -31,6 +32,8 @@ Table of contents
API API
--- ---
### Headers
We use [semantic versioning](https://semver.org) for stable APIs. Stable APIs We use [semantic versioning](https://semver.org) for stable APIs. Stable APIs
can only change when major version number is increased (or minor while major is can only change when major version number is increased (or minor while major is
zero). Work-in-progress APIs can change at any time. zero). Work-in-progress APIs can change at any time.