From: Mart Lubbers Date: Tue, 26 Jan 2016 18:59:47 +0000 (+0100) Subject: update readme X-Git-Tag: v0.3^2~11 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=6bced03d52b27c2d014dbf28106cdba2752d7b4e;p=CleanReadLine.git update readme --- diff --git a/Clean System Files/readLine.c b/Clean System Files/readLine.c index e6a2c53..125a75d 100644 --- a/Clean System Files/readLine.c +++ b/Clean System Files/readLine.c @@ -183,4 +183,3 @@ int cleanHistoryTruncateFile(CleanString path, int nlines) free(cs_path); return errno; } - diff --git a/README.md b/README.md index 7f51018..779067d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Clean readline Version 0.2 +Clean readline Version 0.3 ========================== ReadLine is a Clean library that allows interactive console programs to use the @@ -26,6 +26,8 @@ functions as close as possible ###Changelog +- 0.3 (2016-01-25) + - History state can now be written as well as read - 0.2 (2016-01-25) - History file operations added - EOF is now properly handled