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
1 changed files with 3 additions and 0 deletions

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.