version 0.3
[CleanReadLine.git] / README.md
index 1f12c6e..9a5e329 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,12 @@ functions as close as possible
 
 ###Changelog
 
+- 0.3 (2016-01-26)
+  - Better build mechanism
+  - Information about the history list functions implemented, not thoroughly
+    tested though.
+  - Fixed issue #1
+  - History state can now be written as well as read
 - 0.2 (2016-01-25)
   - History file operations added
   - EOF is now properly handled
@@ -35,11 +41,8 @@ functions as close as possible
 
 ###Todo
 
-- Access to the history datastructure
-- Access to the current location
+- Use builtin Maybe if available, otherwise fall back on own Maybe
 - Complete history api implementation
-- Embed the readline library in the object files in such a way that no special
-  compiler flag is needed.
 - Control over tabcompletion, right now it completes on filenames.
 - Check possibilities for Windows/Mac