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

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

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)