Main: mark "include/kernaux/version.h" as WIP

This commit is contained in:
Alex Kotov 2022-06-14 13:44:35 +03:00
parent f93897f882
commit a769944005
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ can only change when major version number is increased (or minor while major is
zero). Work-in-progress APIs can change at any time.
* Runtime environment
* [Feature macros](/include/kernaux/version.h.in) (*stable since* **?.?.?**)
* [Feature macros](/include/kernaux/version.h.in) (*work in progress*)
* [Assertions](/include/kernaux/assert.h) (*stable since* **0.1.0**, *non-breaking since* **?.?.?**)
* [Assert](/examples/assert.c)
* [Panic](/examples/panic.c)