commit 310efd977450867b071a8835f4c7355ee5ab35f8 parent 238bf22c90808e7ca89e498fda53535986ff1519 Author: vaplv <vaplv@free.fr> Date: Fri, 21 Feb 2020 15:24:28 +0100 Write the 0.9 release note Diffstat:
| M | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -17,6 +17,15 @@ project can be now edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.9 + +- Add the text reader API. A text reader reads lines from a text stream. In + contrast to the `getline` POSIX function, a text reader skips the empty lines + as well as comments that are text directly following a user defined comment + character. +- Make silent the library API: the library functions do not print anymore any + message on the standard error. + ### Version 0.8.1 - Fix the allocation policy of the dynamic array that exhibited strong