commit 0f2f55d51f9f03ed52a36611129a12ef62d362f3 parent 7ee326af958199c9a9a0bf3b5c56ebf797c5d9a7 Author: vaplv <vaplv@free.fr> Date: Wed, 16 Mar 2022 11:55:56 +0100 Write release notes for version 0.12.1 Diffstat:
| M | README.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -17,6 +17,13 @@ project can be now edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.12.1 + +- Fix compilation warnings with GCC 11. +- Fix the `text_reader` when the comment char is '\0'. +- Flush messages on default logger to force print them. +- License the project under the GPLv3+ license rather than the LGPLv3+ license. + ### Version 0.12 - Add the `cstr_parse_list` function that parses a string as a tuple. The