Merge pull request #3 from dopefishh/standard-maybe
[CleanReadLine.git] / README.md
index 9b8977a..69fc07a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Clean readline Version 0.3
+Clean readline Version 0.4
 ==========================
 
 ReadLine is a Clean library that allows interactive console programs to use the
@@ -28,7 +28,9 @@ functions as close as possible
 
 ###Changelog
 
-- 0.3 (2016-01-26)
+- 0.5 (2016-01-28)
+  - All API functions implemented, requires some testing
+- 0.4 (2016-01-26)
   - Better build mechanism
   - Information about the history list functions implemented, not thoroughly
     tested though.
@@ -43,7 +45,9 @@ functions as close as possible
 
 ###Todo
 
+- Find a way to set readline variables
 - Check all functions if more maybe's are needed to handle NULL
+       - For example replace history
 - Implement history expansion functions
 - Use builtin Maybe if available, otherwise fall back on own Maybe
 - Complete history api implementation