1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-16 11:48:29 -04:00
libkernaux/NEWS.md

31 lines
549 B
Markdown
Raw Normal View History

2022-01-23 14:04:21 -05:00
Releases
========
0.2.0 (2022-01-22)
------------------
### Breaking changes
* `./configure` - removed options to disable panic calls and returns in
`<kernaux/assert.h>`.
2022-01-23 14:08:32 -05:00
* `<kernaux/assert.h>` - removed preprocessor directives that can disable panic
2022-01-23 14:04:21 -05:00
calls and returns.
2022-01-23 14:15:26 -05:00
### New features
2022-01-23 14:04:21 -05:00
2022-01-23 14:15:26 -05:00
* `<kernaux/cmdline.h>` is stable now. It's a simple command line parser.
2022-01-23 14:04:21 -05:00
### Other changes
* Now `./configure` options also follow semantic versioning.
* Bug fixes in `<kernaux/printf.h>`.
0.1.0 (2022-01-20)
------------------
Initial release.