update readme
authorMart Lubbers <mart@martlubbers.net>
Tue, 26 Jan 2016 18:59:47 +0000 (19:59 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 26 Jan 2016 18:59:47 +0000 (19:59 +0100)
Clean System Files/readLine.c
README.md

index e6a2c53..125a75d 100644 (file)
@@ -183,4 +183,3 @@ int cleanHistoryTruncateFile(CleanString path, int nlines)
        free(cs_path);
        return errno;
 }
-
index 7f51018..779067d 100644 (file)
--- 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