diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29b..00000000 diff --git a/NEWS b/NEWS new file mode 120000 index 00000000..7b97b997 --- /dev/null +++ b/NEWS @@ -0,0 +1 @@ +NEWS.md \ No newline at end of file diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 00000000..0c74b364 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,30 @@ +Releases +======== + + + +0.2.0 (2022-01-22) +------------------ + +### Breaking changes + +* `./configure` - removed options to disable panic calls and returns in + ``. +* ` - removed preprocessor directives that can disable panic + calls and returns. + +### New stable APIs + +* `` - simple command line parser. + +### Other changes + +* Now `./configure` options also follow semantic versioning. +* Bug fixes in ``. + + + +0.1.0 (2022-01-20) +------------------ + +Initial release.