From f4d82fa0b747c09f604a371311ca82ff5cd1021a Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Jun 2022 14:24:42 +0300 Subject: [PATCH] Main: README.md: Add headers section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6707c55..abc5025 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Table of contents * [Overview](#libkernaux) * [Table of contents](#table-of-contents) * [API](#api) + * [Headers](#headers) * [Definitions](#definitions) * [Global variables](#global-variables) * [Configuration](#configuration) @@ -31,6 +32,8 @@ Table of contents API --- +### Headers + 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 zero). Work-in-progress APIs can change at any time.