From 6bced03d52b27c2d014dbf28106cdba2752d7b4e Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 26 Jan 2016 19:59:47 +0100 Subject: [PATCH] update readme --- Clean System Files/readLine.c | 1 - README.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1